Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
korgan00 committed Oct 14, 2024
1 parent 7d7d7db commit 1918dc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/qiskit_serverless/core/clients/local_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.. autosummary::
:toctree: ../stubs/
ServerlessClient
LocalClient
"""
# pylint: disable=duplicate-code
import json
Expand Down Expand Up @@ -64,7 +64,7 @@ def __init__(self):
Args:
Example:
>>> local = LocalClient())
>>> local = LocalClient()
"""
super().__init__("local-client")
self.in_test = os.getenv("IN_TEST")
Expand Down
2 changes: 1 addition & 1 deletion client/qiskit_serverless/core/clients/ray_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.. autosummary::
:toctree: ../stubs/
ServerlessClient
RayClient
"""
# pylint: disable=duplicate-code
import json
Expand Down

0 comments on commit 1918dc3

Please sign in to comment.