Skip to content

Commit

Permalink
Merge pull request #14 from Alqor-UG/dependabot/pip/black-24.2.0
Browse files Browse the repository at this point in the history
Bump black from 23.12.1 to 24.2.0
  • Loading branch information
fretchen authored Mar 1, 2024
2 parents 1e61a02 + cd233ad commit 8aeee02
Show file tree
Hide file tree
Showing 4 changed files with 407 additions and 430 deletions.
1 change: 0 additions & 1 deletion connection_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
connection table. For more information, see https://docs.labscriptsuite.org/
"""


from labscript import start, stop, AnalogOut, DigitalOut
from labscript_devices.DummyPseudoclock.labscript_devices import DummyPseudoclock
from labscript_devices.DummyIntermediateDevice import DummyIntermediateDevice
Expand Down
1 change: 1 addition & 0 deletions header.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
The start of the labscript experimental sequence.
"""

from labscript import start, stop, add_time_marker, AnalogOut, DigitalOut
from labscript_devices.DummyPseudoclock.labscript_devices import DummyPseudoclock
from labscript_devices.DummyIntermediateDevice import DummyIntermediateDevice
Expand Down
Loading

0 comments on commit 8aeee02

Please sign in to comment.