Skip to content
Snippets Groups Projects

pyupgrade

Merged Tobias Hangleiter requested to merge maint/pyupgrade into main

Files

@@ -5,16 +5,11 @@ __all__ = ['atsaverage', 'atssimple', 'qcodes', 'simulator', 'swabian_instrument
from . import atsaverage, atssimple, qcodes, simulator, swabian_instruments, zurich_instruments
from .atsaverage import AlazarATS9xx0
from .qcodes import (Keysight344xxA, NationalInstrumentsUSB6003,
# Backwards "compatibility"
from .qcodes import (Keysight344xxA, NationalInstrumentsUSB6003, # Backwards "compatibility"
keysight_344xxA, national_instruments_daq)
from .settings import DAQSettings
from .simulator import (QoptColoredNoise,
# Backwards "compatibility"
qopt_colored_noise)
from .swabian_instruments import (SwabianInstrumentsTimeTagger,
# Backwards "compatibility"
from .simulator import QoptColoredNoise, qopt_colored_noise # Backwards "compatibility"
from .swabian_instruments import (SwabianInstrumentsTimeTagger, # Backwards "compatibility"
timetagger)
from .zurich_instruments import (ZurichInstrumentsMFLIDAQ, ZurichInstrumentsMFLIScope,
# Backwards "compatibility"
MFLI_daq, MFLI_scope)
from .zurich_instruments import (MFLI_daq, MFLI_scope, # Backwards "compatibility"
ZurichInstrumentsMFLIDAQ, ZurichInstrumentsMFLIScope)
Loading