Skip to content

Commit

Permalink
fix error from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jhazentia committed Mar 27, 2024
1 parent 7ca107a commit 3c37524
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scos_actions/hardware/mocks/mock_sigan.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ def is_available(self):
@property
def plugin_version(self):
return self._plugin_version

@property
def plugin_name(self):
return self._plugin_name

@property
def sample_rate(self):
Expand Down

0 comments on commit 3c37524

Please sign in to comment.