mrahtz commited on
Commit
eb3bb80
1 Parent(s): c21f516

Another make-sure-the-linter-doesn't-complain fix

Browse files
Files changed (1) hide show
  1. tracr/transformer/model.py +1 -1
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, Optional, List
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