fix missing type import

performance_testing
jan 2 years ago
parent 3835430e01
commit bcb967dff1

@ -1,4 +1,4 @@
from typing import List, Set, ClassVar, Optional from typing import List, Set, ClassVar, Optional, Dict
from collections import defaultdict from collections import defaultdict
from dataclasses import dataclass from dataclasses import dataclass

Loading…
Cancel
Save