From 5703cd58ca2a83bee48266aa31b759e6349b5323 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sun, 13 Oct 2013 02:27:22 +0200 Subject: whitespace cleanup --- Lib/collections/abc.py | 1 - 1 file changed, 1 deletion(-) 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__ - -- cgit v0.12