Skip to content

Commit e39c988

Browse files
JoaoOtavioSCopilot
andauthored
Update examples/create_file/with_application.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 35fdc60 commit e39c988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/create_file/with_application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ async def example() -> None:
1111
await app.create_file(path='/file.txt', file=square.File('file.txt'))
1212

1313

14-
asyncio.run(example)
14+
asyncio.run(example())

0 commit comments

Comments
 (0)