Skip to content

Commit 5dee757

Browse files
author
Andrew Brookins
committed
Add linted change
1 parent a0f10cc commit 5dee757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def cleanup_keys():
4141
# Always use the sync Redis connection with finalizer. Setting up an
4242
# async finalizer should work, but I'm not suer how yet!
4343
from redis_om.connections import get_redis_connection as get_sync_redis
44+
4445
_delete_test_keys(TEST_PREFIX, get_sync_redis())
4546

4647
request.addfinalizer(cleanup_keys)

0 commit comments

Comments
 (0)