Datasets:

Languages:
English
ArXiv:
License:
mattdeitke commited on
Commit
4e3c191
1 Parent(s): f8691db

remove unused import

Browse files
Files changed (1) hide show
  1. scripts/rendering/main.py +1 -1
scripts/rendering/main.py CHANGED
@@ -9,7 +9,7 @@ import tempfile
9
  import time
10
  import zipfile
11
  from functools import partial
12
- from typing import Any, Callable, Dict, List, Literal, Optional, Union
13
 
14
  import fire
15
  import fsspec
 
9
  import time
10
  import zipfile
11
  from functools import partial
12
+ from typing import Any, Dict, List, Literal, Optional, Union
13
 
14
  import fire
15
  import fsspec