summaryrefslogtreecommitdiff
path: root/tests/test_oddball.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r--tests/test_oddball.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py
index 5b623ae..25f58d3 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