From eb8853c547ed44dd21bac3144ade2cfd6ba99850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Wed, 17 Jan 2018 19:31:52 -0500 Subject: pep8 en test/mock.py module level import not at top of file --- test/mock.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/mock.py') diff --git a/test/mock.py b/test/mock.py index f87177c..58e8a87 100644 --- a/test/mock.py +++ b/test/mock.py @@ -12,6 +12,8 @@ # Scripts maintained at http://www.voidspace.org.uk/python/index.shtml # Comments, suggestions and bug reports welcome. +import pprint +import sys __all__ = ( 'Mock', @@ -32,10 +34,6 @@ __all__ = ( __version__ = '1.1' - -import pprint -import sys - try: import inspect except ImportError: -- cgit v1.2.3