Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
rayandrew committed Nov 12, 2024
1 parent 54385b2 commit 024f0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlio_benchmark/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from time import time


from typing import List, ClassVar
from typing import Any, Dict, List, ClassVar

from dlio_benchmark.common.constants import MODULE_CONFIG
from dlio_benchmark.common.enumerations import StorageType, FormatType, Shuffle, ReadType, FileAccess, Compression, \
Expand Down

0 comments on commit 024f0ab

Please sign in to comment.