diff options
Diffstat (limited to 'tests/test_api.py')
-rw-r--r-- | tests/test_api.py | 6 |
1 files changed, 5 insertions, 1 deletions
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 |