Skip to content

Commit

Permalink
make pylint happy
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Fischer <[email protected]>
  • Loading branch information
bjoe2k4 committed Dec 17, 2021
1 parent a88c27e commit d469c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postfix_mta_sts_resolver/redis_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from . import defaults
from .base_cache import BaseCache, CacheEntry

# TODO: Remove once fixed: https://github.com/aio-libs/aioredis-py/issues/1115
# Remove once fixed: https://github.com/aio-libs/aioredis-py/issues/1115
aioredis.Redis.__del__ = lambda *args: None # type: ignore

def pack_entry(entry):
Expand Down

0 comments on commit d469c77

Please sign in to comment.