Code cleanup

This commit is contained in:
Brandon Rozek 2024-05-28 16:05:06 -04:00
parent 6b4d5828c8
commit 6bb863da97
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
3 changed files with 57 additions and 33 deletions

View file

@ -1,4 +1,4 @@
from typing import Any, Set, Tuple
from typing import Set, Tuple
from functools import lru_cache
class Operation: