mrahtz commited on
Commit
c7eb2f2
1 Parent(s): ee5cdb4

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

Browse files
Files changed (1) hide show
  1. tracr/craft/transformers.py +1 -1
tracr/craft/transformers.py CHANGED
@@ -16,7 +16,7 @@
16
 
17
  import abc
18
  import dataclasses
19
- from typing import Iterable, Optional, Sequence, Union, List
20
 
21
  import numpy as np
22
 
 
16
 
17
  import abc
18
  import dataclasses
19
+ from typing import Iterable, List, Optional, Sequence, Union
20
 
21
  import numpy as np
22