We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f3c32 commit 1497f9eCopy full SHA for 1497f9e
src/url.rs
@@ -1,16 +1,14 @@
1
use std::collections::hash_map::DefaultHasher;
2
use std::fmt;
3
-use std::fmt::{format, Formatter};
+use std::fmt::{Formatter};
4
use std::hash::{Hash, Hasher};
5
-use std::ops::Deref;
6
7
use idna::punycode::decode_to_string;
8
use pyo3::exceptions::PyValueError;
9
use pyo3::once_cell::GILOnceCell;
10
use pyo3::pyclass::CompareOp;
11
use pyo3::types::{PyDict, PyType};
12
use pyo3::{intern, prelude::*};
13
-use url::quirks::username;
14
use url::Url;
15
16
use crate::tools::SchemaDict;
0 commit comments