Skip to content

Commit

Permalink
fix: missed rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmx committed Feb 11, 2024
1 parent b04c928 commit c282eee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/fal/src/fal/toolkit/file/file/zipped.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from fal.toolkit.mainify import mainify

from .normal import File
from .standard import File

__all__ = ["CompressedFile"]

Expand Down
2 changes: 2 additions & 0 deletions projects/fal/src/fal/toolkit/file/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

from fal.toolkit.mainify import mainify

__all__ = ["FileData", "RepositoryId", "FileRepository"]


@mainify
class FileData:
Expand Down

0 comments on commit c282eee

Please sign in to comment.