Spaces:
Sleeping
Sleeping
Another make-sure-the-linter-doesn't-complain fix
Browse files
tracr/craft/transformers.py
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
|
17 |
import abc
|
18 |
import dataclasses
|
19 |
-
from typing import Iterable, Optional, Sequence, Union
|
20 |
|
21 |
import numpy as np
|
22 |
|
|
|
16 |
|
17 |
import abc
|
18 |
import dataclasses
|
19 |
+
from typing import Iterable, List, Optional, Sequence, Union
|
20 |
|
21 |
import numpy as np
|
22 |
|