plenz commited on
Commit
ff5b139
1 Parent(s): 82d1394

Removed relative import

Browse files
Files changed (1) hide show
  1. wrapper_functions.py +0 -1
wrapper_functions.py CHANGED
@@ -7,7 +7,6 @@ from itertools import chain
7
  import random
8
  from typing import Literal
9
 
10
- from .tokenization_t5 import T5Tokenizer
11
 
12
  class Graph():
13
  """
 
7
  import random
8
  from typing import Literal
9
 
 
10
 
11
  class Graph():
12
  """