Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyatt Alt committed Jan 4, 2024
1 parent 868945f commit c93c690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foxglove_data_platform/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,8 @@ def iter_messages(
def download_recording_data(
self,
*,
id: str = None,
key: str = None,
id: Optional[str] = None,
key: Optional[str] = None,
output_format: OutputFormat = OutputFormat.mcap0,
include_attachments: bool = False,
callback: Optional[ProgressCallback] = None,
Expand Down

0 comments on commit c93c690

Please sign in to comment.