Skip to content

Commit 719da58

Browse files
Merge branch 'feature/just-annotations' of github.com:Sachaa-Thanasius/rfc3986 into feature/just-annotations
2 parents be28283 + 602934c commit 719da58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rfc3986/api.py

+1-1
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)