Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshita07 committed Feb 26, 2021
1 parent 347e24f commit ba7dcf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions qcodes/instrument_drivers/Keysight/KtM960x.py
Expand Up @@ -4,8 +4,9 @@
from functools import partial
from typing import (Dict, Optional, Any, Tuple)

from qcodes import Instrument, MultiParameter, validators as vals
from qcodes.instrument.parameter import ParamRawDataType
from qcodes.instrument.base import Instrument
from qcodes.instrument.parameter import ParamRawDataType, MultiParameter
from qcodes.utils import validators as vals
from qcodes.utils.helpers import create_on_off_val_mapping


Expand Down
3 changes: 2 additions & 1 deletion qcodes/instrument_drivers/Keysight/KtMAwg.py
Expand Up @@ -4,7 +4,8 @@
from functools import partial
from typing import Dict, Optional, Any

from qcodes import Instrument, InstrumentChannel
from qcodes.instrument.base import Instrument
from qcodes.instrument.channel import InstrumentChannel
from qcodes.utils.validators import Numbers
from qcodes.utils.helpers import create_on_off_val_mapping

Expand Down

0 comments on commit ba7dcf9

Please sign in to comment.