Skip to content

Commit f305405

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/rfc3986/compat.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
def to_str( # noqa: D103
2525
b: t.Union[str, bytes],
2626
encoding: str = "utf-8",
27-
) -> str: ...
27+
) -> str:
28+
...
2829

2930

3031
@t.overload
@@ -46,7 +47,8 @@ def to_str(
4647
def to_bytes( # noqa: D103
4748
s: t.Union[str, bytes],
4849
encoding: str = "utf-8",
49-
) -> bytes: ...
50+
) -> bytes:
51+
...
5052

5153

5254
@t.overload

0 commit comments

Comments
 (0)