summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-10-13 02:27:22 +0200
committerChristian Heimes <christian@cheimes.de>2013-10-13 02:27:22 +0200
commit5703cd58ca2a83bee48266aa31b759e6349b5323 (patch)
tree44d5e2d35ff0e4827abe45547ded00c885cc74f2
parent06239f62b0dd6201f1c5ffde1be1e359fae662a6 (diff)
downloadcpython-git-5703cd58ca2a83bee48266aa31b759e6349b5323.tar.gz
whitespace cleanup
-rw-r--r--Lib/collections/abc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/collections/abc.py b/Lib/collections/abc.py
index 5393810ea5..891600d16b 100644
--- a/Lib/collections/abc.py
+++ b/Lib/collections/abc.py
@@ -1,3 +1,2 @@
from _collections_abc import *
from _collections_abc import __all__
-