Skip to content

Commit 629f515

Browse files
committed
import corrected
1 parent 7d54947 commit 629f515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/utils/export_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import struct
2020
import tempfile
2121
from contextlib import contextmanager
22-
from typing import List, Optional, Union
22+
from typing import Any, List, Optional, Union
2323

2424
import numpy as np
2525

0 commit comments

Comments
 (0)