We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d54947 commit 629f515Copy full SHA for 629f515
1 file changed
src/maxdiffusion/utils/export_utils.py
@@ -19,7 +19,7 @@
19
import struct
20
import tempfile
21
from contextlib import contextmanager
22
-from typing import List, Optional, Union
+from typing import Any, List, Optional, Union
23
24
import numpy as np
25
0 commit comments