fix static analysis

old-commit-hash: ad6ee2669cb41d20b691b3c139bd04beb60290ce
This commit is contained in:
Shane Smiskol
2023-01-26 00:47:29 -08:00
parent 81bd82497f
commit 51148d7551
+1 -1
View File
@@ -1,4 +1,4 @@
from collections import defaultdict, namedtuple
from collections import defaultdict
from dataclasses import dataclass
from enum import Enum
from typing import Dict, List, Union