Skip to content

Commit

Permalink
move expected result data
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Oct 19, 2017
1 parent 94f6d77 commit 6fa4e59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qcodes/instrument/parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
from qcodes.instrument.sweep_values import SweepFixedValues
from qcodes.data.data_array import DataArray

if TYPE_CHECKING:
from .base import Instrument
#if TYPE_CHECKING:
#from .base import Instrument


class _BaseParameter(Metadatable, DeferredOperations):
Expand Down Expand Up @@ -719,7 +719,7 @@ class Parameter(_BaseParameter):
"""

def __init__(self, name: str,
instrument: Optional['Instrument']=None,
instrument=None,
label: Optional[str]=None,
unit: Optional[str]=None,
get_cmd: Optional[Union[str, Callable, bool]]=None,
Expand Down

0 comments on commit 6fa4e59

Please sign in to comment.