From e7725de0f48bd703f6e8c0d9d427755a249bd687 Mon Sep 17 00:00:00 2001 From: Vitor Guidi Date: Tue, 17 Dec 2024 21:59:04 +0000 Subject: [PATCH] Fix lint --- src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py b/src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py index 8ecc39313d..2460a388ee 100644 --- a/src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py +++ b/src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py @@ -95,7 +95,7 @@ def __init__(self, subtask: _Subtask): uworker_msg_pb2.ErrorType.LIBFUZZER_MINIMIZATION_UNREPRODUCIBLE, # pylint: disable=no-member uworker_msg_pb2.ErrorType.ANALYZE_CLOSE_INVALID_UPLOADED, # pylint: disable=no-member ] - + if subtask == _Subtask.PREPROCESS: self._preprocess_start_time_ns = self.start_time_ns else: