mattdeitke
commited on
Commit
•
4e3c191
1
Parent(s):
f8691db
remove unused import
Browse files
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,
|
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
|