Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
omarryhan committed Jul 2, 2024
1 parent f03bd49 commit 488c681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiogoogle/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def __init__(
data: Any = None,
media_upload: Optional[MediaUpload] = None,
media_download: Optional[MediaDownload] = None,
timeout: Optional[int]= None,
timeout: Optional[int] = None,
callback: Optional[Callable] = None,
_verify_ssl: bool = True,
upload_file_content_type: Optional[str] = None,
Expand Down

0 comments on commit 488c681

Please sign in to comment.