mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Remove unused variable in view
This commit is contained in:
parent
e795d341e7
commit
b87d306a70
@ -475,7 +475,6 @@ class ViewStore:
|
||||
|
||||
def __verify_integrity(self):
|
||||
to_remove: List[Tuple[int, Optional[int], str]] = []
|
||||
now = time.monotonic()
|
||||
for (k, (view, _)) in self._views.items():
|
||||
if view.is_finished():
|
||||
to_remove.append(k)
|
||||
|
Loading…
x
Reference in New Issue
Block a user