mirror of
https://github.com/JoelBender/bacpypes
synced 2025-10-05 22:18:16 +08:00
newline at end of file weirdness
This commit is contained in:
parent
23d1d1fcf0
commit
c57a325920
|
@ -143,4 +143,4 @@ class DetectionAlgorithm:
|
|||
def execute(self):
|
||||
raise NotImplementedError("execute not implemented")
|
||||
|
||||
bacpypes_debugging(DetectionAlgorithm)
|
||||
bacpypes_debugging(DetectionAlgorithm)
|
||||
|
|
|
@ -141,4 +141,4 @@ class DetectionAlgorithm:
|
|||
self._triggered = False
|
||||
|
||||
def execute(self):
|
||||
raise NotImplementedError("execute not implemented")
|
||||
raise NotImplementedError("execute not implemented")
|
||||
|
|
|
@ -141,4 +141,4 @@ class DetectionAlgorithm:
|
|||
self._triggered = False
|
||||
|
||||
def execute(self):
|
||||
raise NotImplementedError("execute not implemented")
|
||||
raise NotImplementedError("execute not implemented")
|
||||
|
|
Loading…
Reference in New Issue
Block a user