Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Jun 5, 2024
1 parent f664505 commit 4a0442c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .ZNB import ZNB
from .ZNB import RohdeSchwarzZNBBase


class RohdeSchwarzZNB20(ZNB):
class RohdeSchwarzZNB20(RohdeSchwarzZNBBase):
"""
QCoDeS driver for Rohde & Schwarz ZNB20
Expand Down

0 comments on commit 4a0442c

Please sign in to comment.