Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed May 24, 2022
1 parent e0e585e commit 47ee568
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fakeredis/aioredis.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import aioredis
except ImportError as e:
raise ImportError("aioredis is required for redis-py below 4.2.0") from e
import packaging.version

if packaging.version.Version(aioredis.__version__) >= packaging.version.Version('2.0.0a1'):
from ._aioredis2 import FakeConnection, FakeRedis # noqa: F401
Expand Down

0 comments on commit 47ee568

Please sign in to comment.