From 0325a21da38e3335db27d890cdc824aff272086b Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Fri, 22 Nov 2013 17:38:41 +0100 Subject: Fix whitespace --- Lib/pathlib.py | 1 - 1 file changed, 1 deletion(-) 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__ = () - -- cgit v0.12