Skip to content

Commit adc2d44

Browse files
committed
run ruff
1 parent ed085be commit adc2d44

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

flogin/flow/api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,11 +474,11 @@ async def update_results(self, raw_query: str, results: list[Result[Any]]) -> No
474474

475475
async def back_to_query_results(self) -> None:
476476
r"""|coro|
477-
477+
478478
This coroutine tells flow to exit the context menu and go back to the query results.
479479
480480
.. versionadded:: 2.0.0
481-
481+
482482
Raises
483483
-------
484484
:class:`~flogin.jsonrpc.errors.JsonRPCException`
@@ -488,5 +488,5 @@ async def back_to_query_results(self) -> None:
488488
--------
489489
``None``
490490
"""
491-
492-
await self.jsonrpc.request("BackToQueryResults")
491+
492+
await self.jsonrpc.request("BackToQueryResults")

flogin/query.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,13 @@ async def update(
166166

167167
async def back_to_query_results(self) -> None:
168168
r"""|coro|
169-
169+
170170
This coroutine tells flow to exit the context menu and go back to the query results.
171171
172172
This method provides quick access to :meth:`flogin.flow.api.FlowLauncherAPI.back_to_query_results`
173173
174174
.. versionadded:: 2.0.0
175-
175+
176176
Raises
177177
-------
178178
:class:`~flogin.jsonrpc.errors.JsonRPCException`
@@ -183,4 +183,4 @@ async def back_to_query_results(self) -> None:
183183
``None``
184184
"""
185185

186-
await self.plugin.api.back_to_query_results()
186+
await self.plugin.api.back_to_query_results()

0 commit comments

Comments
 (0)