Spaces:
Sleeping
Sleeping
Another make-sure-the-linter-doesn't-complain fix
Browse files- tracr/compiler/lib.py +1 -1
tracr/compiler/lib.py
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
# ==============================================================================
|
15 |
"""RASP programs only using the subset of RASP supported by the compiler."""
|
16 |
|
17 |
-
from typing import
|
18 |
|
19 |
from tracr.rasp import rasp
|
20 |
|
|
|
14 |
# ==============================================================================
|
15 |
"""RASP programs only using the subset of RASP supported by the compiler."""
|
16 |
|
17 |
+
from typing import List, Sequence
|
18 |
|
19 |
from tracr.rasp import rasp
|
20 |
|