Skip to content

Commit

Permalink
Bug fixed: RaspberryPi4B.initialize() does not call super.
Browse files Browse the repository at this point in the history
  • Loading branch information
ATATC committed Feb 14, 2024
1 parent 953a59b commit 6bdb879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leads_raspberry_pi/raspberry_pi_4b.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ def __init__(self, srw_mode: bool = True) -> None:
self._srw_mode: bool = srw_mode

def initialize(self, *parent_tags: str) -> None:
pass
super().initialize(*parent_tags)

0 comments on commit 6bdb879

Please sign in to comment.