Skip to content

Commit

Permalink
fix: pass real params to File class
Browse files Browse the repository at this point in the history
  • Loading branch information
chamini2 committed Jan 21, 2025
1 parent 72a7376 commit 4a894c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/fal/src/fal/toolkit/file/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ def _from_url(
url=url,
content_type=None,
file_name=None,
repository=DEFAULT_REPOSITORY,
file_size=None,
file_data=None,
)

@classmethod
Expand Down

0 comments on commit 4a894c5

Please sign in to comment.