From cf081d5e1fe6b1e753995f982f0c0a07c5d200b8 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 9 Feb 2015 15:54:27 -0500 Subject: Vertical imports --- tests/test_oddball.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/test_oddball.py') diff --git a/tests/test_oddball.py b/tests/test_oddball.py index 5b623ae4..25f58d3b 100644 --- a/tests/test_oddball.py +++ b/tests/test_oddball.py @@ -1,6 +1,8 @@ """Oddball cases for testing coverage.py""" -import os, sys +import os +import sys + import coverage from tests.coveragetest import CoverageTest -- cgit v1.2.1