Skip to content

Commit

Permalink
add module docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ihincks committed Sep 11, 2024
1 parent cec8b6d commit cfb8aaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/execution_span/execution_span.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

"""Execution span classes."""
"""ExecutionSpan"""

from __future__ import annotations

Expand Down
2 changes: 2 additions & 0 deletions qiskit_ibm_runtime/execution_span/execution_spans.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

"""ExecutionSpans"""

from __future__ import annotations

from datetime import datetime
Expand Down
2 changes: 2 additions & 0 deletions qiskit_ibm_runtime/execution_span/slice_span.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

"""SliceSpan"""

from __future__ import annotations

from datetime import datetime
Expand Down

0 comments on commit cfb8aaf

Please sign in to comment.