From ca24c606a043dd9dd6a380248f9d4d6dff3db597 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 9 Dec 2014 13:10:27 +0000 Subject: Remove duplicate 'import' statement --- morphlib/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/morphlib/util.py b/morphlib/util.py index 736af92e..9b284d6e 100644 --- a/morphlib/util.py +++ b/morphlib/util.py @@ -43,7 +43,6 @@ try: from multiprocessing import cpu_count except NotImplementedError: # pragma: no cover cpu_count = lambda: 1 -import os def indent(string, spaces=4): -- cgit v1.2.1