Skip to content

Commit

Permalink
remove unnecessary return statement in LicensePlateRecognitionBinaryS…
Browse files Browse the repository at this point in the history
…ensor
  • Loading branch information
roflcoopter committed Jun 29, 2024
1 parent 54f45a3 commit 83826cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion viseron/domains/license_plate_recognition/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def plate_detected(self, event_data: Event[EventPlateDetected]) -> None:
self._detected = True
self._result = event_data.data.plate
self.set_state()
return

def plate_expired(self) -> None:
"""Expire license plate after a given number of seconds."""
Expand Down

0 comments on commit 83826cc

Please sign in to comment.