diff options
Diffstat (limited to 'backend/tests/common.py')
| -rw-r--r-- | backend/tests/common.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backend/tests/common.py b/backend/tests/common.py index cb455e4..abfa471 100644 --- a/backend/tests/common.py +++ b/backend/tests/common.py @@ -3,7 +3,9 @@ Utilities for testing """ from typing import Any -import bz2, gzip, sqlite3 +import bz2 +import gzip +import sqlite3 def createTestFile(filename: str, content: str) -> None: """ Creates a file with the given name and contents """ |
