Add linted change

This commit is contained in:
Andrew Brookins 2021-11-19 08:13:50 -08:00
parent a0f10cc056
commit 5dee757041

View file

@ -41,6 +41,7 @@ def cleanup_keys(request):
# Always use the sync Redis connection with finalizer. Setting up an
# async finalizer should work, but I'm not suer how yet!
from redis_om.connections import get_redis_connection as get_sync_redis
_delete_test_keys(TEST_PREFIX, get_sync_redis())
request.addfinalizer(cleanup_keys)