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 Jan 11, 2024
1 parent 46a83bc commit 91df8bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/qibolab/instruments/zhinst.py
Original file line number Diff line number Diff line change
Expand Up @@ -887,9 +887,7 @@ def couplerflux(self, exp: lo.Experiment, couplers: Dict[str, Coupler]):
previous_section = None
for j, sequence in enumerate(self.sub_sequences[f"couplerflux{c}"]):
section_uid = f"sequence_couplerflux{c}_{j}"
with exp.section(
uid=section_uid, play_after=previous_section
):
with exp.section(uid=section_uid, play_after=previous_section):
for pulse in sequence:
pulse.zhpulse.uid += str(i)
exp.delay(
Expand Down

0 comments on commit 91df8bb

Please sign in to comment.