mrahtz commited on
Commit
c21f516
·
unverified ·
1 Parent(s): f0d1cce

Update encoder.py

Browse files
Files changed (1) hide show
  1. tracr/transformer/encoder.py +1 -1
tracr/transformer/encoder.py CHANGED
@@ -15,7 +15,7 @@
15
  """Basic encoder for inputs with a fixed vocabulary."""
16
 
17
  import abc
18
- from typing import Any, Sequence, Optional, List
19
 
20
  from tracr.craft import bases
21
 
 
15
  """Basic encoder for inputs with a fixed vocabulary."""
16
 
17
  import abc
18
+ from typing import Any, List, Optional, Sequence
19
 
20
  from tracr.craft import bases
21