Skip to content

Commit

Permalink
style: apply Ruff auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodaher committed Dec 9, 2024
1 parent 97b5b13 commit 309c2b4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gcp_pilot/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ def check_availability(


__all__ = (
"Calendar",
"Attendee",
"Calendar",
"Color",
"ResponseStatus",
"SendUpdates",
Expand Down
4 changes: 2 additions & 2 deletions gcp_pilot/chats.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@ def send_card(self, room_id: str, card: Card, additional_text: str | None = None


__all__ = (
"Text",
"Section",
"Card",
"ChatsBot",
"ChatsHook",
"Section",
"Text",
)
4 changes: 2 additions & 2 deletions gcp_pilot/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ def delete(self) -> None:


__all__ = (
"Document",
"DoesNotExist",
"MultipleObjectsFound",
"EmbeddedDocument",
"Document",
"MultipleObjectsFound",
)
2 changes: 1 addition & 1 deletion gcp_pilot/error_reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ def get_errors(


__all__ = (
"CloudErrorReporting",
"CloudErrorExplorer",
"CloudErrorReporting",
)
2 changes: 1 addition & 1 deletion gcp_pilot/iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,6 @@ def _fetch_public_certs(cls, email: str) -> dict:


__all__ = (
"IdentityAccessManager",
"IAMCredentials",
"IdentityAccessManager",
)

0 comments on commit 309c2b4

Please sign in to comment.