Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Nov 20, 2023
1 parent 6af3b63 commit 61f465f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/qibolab/instruments/oscillator.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ class DummyDevice:
def set(self, name, value):
"""Set device property."""

def get(self, name):
"""Get device property."""
return 0

def on(self):
"""Turn device on."""

Expand Down

0 comments on commit 61f465f

Please sign in to comment.