Skip to content

Commit e7725de

Browse files
committed
Fix lint
1 parent e7a0340 commit e7725de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def __init__(self, subtask: _Subtask):
9595
uworker_msg_pb2.ErrorType.LIBFUZZER_MINIMIZATION_UNREPRODUCIBLE, # pylint: disable=no-member
9696
uworker_msg_pb2.ErrorType.ANALYZE_CLOSE_INVALID_UPLOADED, # pylint: disable=no-member
9797
]
98-
98+
9999
if subtask == _Subtask.PREPROCESS:
100100
self._preprocess_start_time_ns = self.start_time_ns
101101
else:

0 commit comments

Comments
 (0)