feat: add missing newlines for improved readability in ParseResult class
This commit is contained in:
parent
8b4a370a75
commit
a66303a2bf
@ -9,9 +9,12 @@ class ParseResult:
|
||||
|
||||
@property
|
||||
def authority(self) -> str: ...
|
||||
|
||||
@property
|
||||
def netloc(self) -> str: ...
|
||||
|
||||
def __str__(self) -> str: ...
|
||||
|
||||
def __new__(
|
||||
cls,
|
||||
scheme: str,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user