Skip to content

Commit

Permalink
Ruff: suppress false positive ASYNC109
Browse files Browse the repository at this point in the history
  • Loading branch information
functionpointer committed Aug 20, 2024
1 parent c3967a4 commit 403f503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tibber/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def execute(
self,
document: str,
variable_values: dict[Any, Any] | None = None,
timeout: int | None = None,
timeout: int | None = None, # noqa: ASYNC109
retry: int = 3,
) -> dict[Any, Any] | None:
"""Execute a GraphQL query and return the data.
Expand Down

0 comments on commit 403f503

Please sign in to comment.