summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/pathlib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pathlib.py b/Lib/pathlib.py
index b81720e..06cbae5 100644
--- a/Lib/pathlib.py
+++ b/Lib/pathlib.py
@@ -1284,4 +1284,3 @@ class PosixPath(Path, PurePosixPath):
class WindowsPath(Path, PureWindowsPath):
__slots__ = ()
-