Skip to content

Commit

Permalink
💄 Format method
Browse files Browse the repository at this point in the history
  • Loading branch information
pwildenhain committed Sep 30, 2021
1 parent 164c429 commit 5a77a40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion redcap/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,9 @@ def _initialize_import_payload(self, to_import, format, data_type):
payload["format"] = format
return payload

def export_file(self, record, field, event=None, return_format="json",repeat_instance=None):
def export_file(
self, record, field, event=None, return_format="json", repeat_instance=None
):
"""
Export the contents of a file stored for a particular record
Expand Down

0 comments on commit 5a77a40

Please sign in to comment.