Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit a2f801e

Browse files
committed
black
1 parent 56c3de5 commit a2f801e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

qiskit_ibm_provider/ibm_backend.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def _default_options(cls) -> Options:
290290
@property
291291
def dtm(self) -> float:
292292
"""Return the system time resolution of output signals
293-
293+
294294
Returns:
295295
dtm: The output signal timestep in seconds.
296296
"""
@@ -309,7 +309,7 @@ def meas_map(self) -> List[List[int]]:
309309
"""Return the grouping of measurements which are multiplexed
310310
This is required to be implemented if the backend supports Pulse
311311
scheduling.
312-
312+
313313
Returns:
314314
meas_map: The grouping of measurements which are multiplexed
315315
"""
@@ -318,15 +318,15 @@ def meas_map(self) -> List[List[int]]:
318318
@property
319319
def target(self) -> Target:
320320
"""A :class:`qiskit.transpiler.Target` object for the backend.
321-
321+
322322
Returns:
323323
Target
324324
"""
325325
return self._get_target()
326326

327327
def target_history(self, datetime: Optional[python_datetime] = None) -> Target:
328328
"""A :class:`qiskit.transpiler.Target` object for the backend.
329-
329+
330330
Returns:
331331
Target with properties found on `datetime`
332332
"""

0 commit comments

Comments
 (0)