Remove unused variable in view

This commit is contained in:
Rapptz 2021-08-01 02:40:11 -04:00
parent e795d341e7
commit b87d306a70

View File

@ -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)