Skip to content

Commit

Permalink
add blank link to docstring to fix Sphinx error (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Aug 29, 2022
1 parent 9d1aa35 commit 8dc04f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions piccolo_api/media/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ async def store_file(
"""
Stores the file in whichever storage you're using, and returns a key
which uniquely identifes the file.
:param file_name:
The file name with which the file will be stored.
:param file:
Expand Down

0 comments on commit 8dc04f2

Please sign in to comment.