Spaces:
Sleeping
Sleeping
Make sure linter doesn't complain about import order
Browse files
tracr/compiler/craft_graph_to_model.py
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"""Create a craft model from a computational graph."""
|
16 |
|
17 |
import collections
|
18 |
-
from typing import
|
19 |
|
20 |
import networkx as nx
|
21 |
from tracr.compiler import nodes
|
|
|
15 |
"""Create a craft model from a computational graph."""
|
16 |
|
17 |
import collections
|
18 |
+
from typing import Dict, List, Sequence
|
19 |
|
20 |
import networkx as nx
|
21 |
from tracr.compiler import nodes
|