Spaces:
Sleeping
Sleeping
Another make-sure-the-linter-doesn't-complain fix
Browse files
tracr/transformer/model.py
CHANGED
@@ -26,7 +26,7 @@ Forked from: haiku.examples.transformer.model
|
|
26 |
|
27 |
import collections
|
28 |
import dataclasses
|
29 |
-
from typing import Callable,
|
30 |
|
31 |
import chex
|
32 |
import haiku as hk
|
|
|
26 |
|
27 |
import collections
|
28 |
import dataclasses
|
29 |
+
from typing import Callable, List, Optional
|
30 |
|
31 |
import chex
|
32 |
import haiku as hk
|