Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 20, 2025
1 parent bce323f commit 72db609
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/qibolab/_core/instruments/qblox/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def assert_channels_exclusion(ps: PulseSequence, excluded: set[ChannelId]):
An extended discussion about the probe-acquisition merge is found at:
https://github.com/qiboteam/qibolab/pull/1088#issuecomment-2637800857
"""
assert not any(
ch in excluded for ch, _ in ps
), "Probe channels can not be controlled independently, please use Readout events."
assert not any(ch in excluded for ch, _ in ps), (
"Probe channels can not be controlled independently, please use Readout events."
)

0 comments on commit 72db609

Please sign in to comment.