Skip to content

Commit

Permalink
Fiy linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed May 19, 2024
1 parent c3f3019 commit e2d5713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lock_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def setUp(self):
raise unittest.SkipTest("Test requires a running redis instance (again)")

try:
import redis
import redis # type: ignore

r = redis.Redis()
r.ping()
Expand Down

0 comments on commit e2d5713

Please sign in to comment.