Skip to content

Commit

Permalink
Update function import to be canonical
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Jun 21, 2022
1 parent 1d36577 commit e89da5b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions qcodes/instrument/instrument_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@
import numpy as np

from qcodes.logger.instrument_logger import get_instrument_logger
from qcodes.parameters import Parameter, ParameterBase
from qcodes.parameters import Function, Parameter, ParameterBase
from qcodes.utils.helpers import DelegateAttributes, full_class
from qcodes.utils.metadata import Metadatable

from .function import Function

if TYPE_CHECKING:
from qcodes.instrument.channel import ChannelTuple, InstrumentModule

Expand Down

0 comments on commit e89da5b

Please sign in to comment.