diff options
author | Christian Heimes <christian@cheimes.de> | 2013-10-13 00:27:22 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-10-13 00:27:22 (GMT) |
commit | 5703cd58ca2a83bee48266aa31b759e6349b5323 (patch) | |
tree | 44d5e2d35ff0e4827abe45547ded00c885cc74f2 /Lib/collections | |
parent | 06239f62b0dd6201f1c5ffde1be1e359fae662a6 (diff) | |
download | cpython-5703cd58ca2a83bee48266aa31b759e6349b5323.zip cpython-5703cd58ca2a83bee48266aa31b759e6349b5323.tar.gz cpython-5703cd58ca2a83bee48266aa31b759e6349b5323.tar.bz2 |
whitespace cleanup
Diffstat (limited to 'Lib/collections')
-rw-r--r-- | Lib/collections/abc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/collections/abc.py b/Lib/collections/abc.py index 5393810..891600d 100644 --- a/Lib/collections/abc.py +++ b/Lib/collections/abc.py @@ -1,3 +1,2 @@ from _collections_abc import * from _collections_abc import __all__ - |