Skip to content

Commit d185650

Browse files
committed
linter 2
1 parent fb58392 commit d185650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

timesketch/models/annotations.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -379,12 +379,12 @@ def get_status(self):
379379
# raise RuntimeError(
380380
# "More than one status available for object [%s] with ID: [%s]",
381381
# str(type(self).__name__),
382-
# str(self_id)
382+
# str(self_id),
383383
# )
384384
logging.warning(
385385
"More than one status available for object [%s] with ID: [%s]",
386386
str(type(self).__name__),
387-
str(self_id)
387+
str(self_id),
388388
)
389389
return self.status[0]
390390

0 commit comments

Comments
 (0)