Skip to content

Commit 079ba2b

Browse files
committed
- fixed flake8 error
1 parent 4fd857a commit 079ba2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

august/activity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def __init__(self, data):
135135
def operated_by(self):
136136
return self._operated_by
137137

138+
138139
class DoorOperationActivity(Activity):
139140
def __init__(self, data):
140141
super().__init__(ActivityType.DOOR_OPERATION, data)

0 commit comments

Comments
 (0)