feat: add missing newlines for improved readability in ParseResult class

This commit is contained in:
Бакыт Ниязалиев 2025-06-11 22:45:02 +07:00
parent 8b4a370a75
commit a66303a2bf

View File

@ -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,