Skip to content

Commit 602934c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c28dc0a commit 602934c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rfc3986/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def uri_reference(uri: str, encoding: str = "utf-8") -> URIReference:
3636
return URIReference.from_string(uri, encoding)
3737

3838

39-
def iri_reference(iri: str, encoding: str= "utf-8") -> IRIReference:
39+
def iri_reference(iri: str, encoding: str = "utf-8") -> IRIReference:
4040
"""Parse a IRI string into an IRIReference.
4141
4242
This is a convenience function. You could achieve the same end by using

0 commit comments

Comments
 (0)