DoorlockBackend.py: Fix newline

Signed-off-by: Thomas Schmid <tom@lfence.de>
This commit is contained in:
Thomas 2022-11-17 18:39:49 +01:00
parent 08c9fd9697
commit e3f19ce0b1
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ class DoorlockBackend(ABC):
@abstractmethod
def get_state(self, state):
return self.current_state
return self.current_state