remove unused imports

This commit is contained in:
Brett Kuprel
2022-07-05 06:31:01 -04:00
parent 8dad676808
commit 9a4d9dc118
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -1,8 +1,6 @@
from contextlib import suppress
from min_dalle import MinDalle
import tempfile
from typing import Iterator
from math import log2
from cog import BasePredictor, Path, Input