Skip to content

Commit

Permalink
Unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Dec 22, 2023
1 parent 0f36d2a commit beed9cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aiocache/backends/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from aiocache.serializers import BaseSerializer


_NOT_SET = object()


class RedisBackend(BaseCache[str]):
RELEASE_SCRIPT = (
"if redis.call('get',KEYS[1]) == ARGV[1] then"
Expand Down

0 comments on commit beed9cb

Please sign in to comment.