Skip to content

Commit a627050

Browse files
committed
Fix dodgy merge.
1 parent 032e8e3 commit a627050

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/pathlib/_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class Parser(Protocol):
1313
subclass references its path parser via a 'parser' class attribute.
1414
"""
1515

16-
sep: str
1716
def join(self, path: str, *paths: str) -> str: ...
1817
def split(self, path: str) -> tuple[str, str]: ...
1918
def splitdrive(self, path: str) -> tuple[str, str]: ...

0 commit comments

Comments
 (0)