Skip to content

Commit f469c03

Browse files
committed
fixed?
1 parent 5dd307e commit f469c03

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_imagecache.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#pylint: disable=redefined-outer-name
55

66
import asyncio
7+
import contextlib
78
import logging
89
import multiprocessing
910
import sqlite3
@@ -258,9 +259,6 @@ def test_cleanup_queue_tracking_empty():
258259
@pytest.mark.asyncio
259260
async def test_get_next_dlset_empty_database(bootstrap):
260261
''' test get_next_dlset with empty database '''
261-
import contextlib
262-
import sqlite3
263-
264262
config = bootstrap
265263
dbdir = config.testdir.joinpath('imagecache')
266264
dbdir.mkdir()

0 commit comments

Comments
 (0)