Skip to content

Commit

Permalink
backed out incorrect change for event handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Baynes committed Jun 27, 2018
1 parent ab3f9cc commit 17a2fc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions device/peripherals/classes/peripheral_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ def __init__(self, name, state, config, simulate=False, mux_simulator=None):
self.setup_dict = self.load_setup_dict_from_file()
self.setup_uuid = self.setup_dict["uuid"]

def process_event(self, request):
raise Exception("not implemented in the base class")

@property
def health(self) -> None:
Expand Down

0 comments on commit 17a2fc4

Please sign in to comment.