Fix whitespace

This commit is contained in:
Antoine Pitrou 2013-11-22 17:38:41 +01:00
parent 31119e4f10
commit 0325a21da3

View file

@ -1284,4 +1284,3 @@ class PosixPath(Path, PurePosixPath):
class WindowsPath(Path, PureWindowsPath):
__slots__ = ()