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_api.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/test_api.py') diff --git a/tests/test_api.py b/tests/test_api.py index b0752730..a21372ad 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -1,6 +1,10 @@ """Tests for Coverage's API.""" -import fnmatch, os, re, sys, textwrap +import fnmatch +import os +import re +import sys +import textwrap import coverage from coverage.backward import StringIO -- cgit v1.2.1