-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
The Script
class is defined twice in redis/commands/core.py
, at lines 5462 and 6286:
redis-py/redis/commands/core.py
Line 5462 in 2ffcac3
class Script: |
redis-py/redis/commands/core.py
Line 6286 in 2ffcac3
class Script: |
git blame
shows that both definitions were created on 2022-02-22, by different authors, within 1.5 hours of each other. I intend to submit a PR to delete the first definition, as the first definition is overwritten by the second definition as the file is parsed.
Metadata
Metadata
Assignees
Labels
No labels