Skip to content

Commit e1fedef

Browse files
authored
Remove unnecessary whitespace
1 parent e261661 commit e1fedef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rfc3986/uri.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def __new__(cls, scheme, authority, path, query, fragment,
9898
return ref
9999

100100
__hash__ = tuple.__hash__
101-
101+
102102
def __eq__(self, other):
103103
"""Compare this reference to another."""
104104
other_ref = other

0 commit comments

Comments
 (0)