fix missing type import
This commit is contained in:
parent
3835430e01
commit
bcb967dff1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue