Skip to content

Commit c282eee

Browse files
committed
fix: missed rename
1 parent b04c928 commit c282eee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

projects/fal/src/fal/toolkit/file/file/zipped.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from fal.toolkit.mainify import mainify
1111

12-
from .normal import File
12+
from .standard import File
1313

1414
__all__ = ["CompressedFile"]
1515

projects/fal/src/fal/toolkit/file/types.py

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
from fal.toolkit.mainify import mainify
99

10+
__all__ = ["FileData", "RepositoryId", "FileRepository"]
11+
1012

1113
@mainify
1214
class FileData:

0 commit comments

Comments
 (0)