Skip to content

Commit

Permalink
Removed class variable which has been unused since a0bbe90
Browse files Browse the repository at this point in the history
  • Loading branch information
kezabelle committed Aug 18, 2021
1 parent f53fbef commit b3a65e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions asgiref/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ class Local:
3.7 only, we can then reimplement the storage more nicely.
"""

CLEANUP_INTERVAL = 60 # seconds

def __init__(self, thread_critical: bool = False) -> None:
self._thread_critical = thread_critical
self._thread_lock = threading.RLock()
Expand Down

0 comments on commit b3a65e3

Please sign in to comment.