From 892888b98661baf0e46ef580dbd91640bfdcd0b1 Mon Sep 17 00:00:00 2001 From: tylerflex Date: Thu, 29 Dec 2022 09:46:00 -0600 Subject: [PATCH] fixed pylint error --- tidy3d/web/webapi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tidy3d/web/webapi.py b/tidy3d/web/webapi.py index e795455a2..8e710df96 100644 --- a/tidy3d/web/webapi.py +++ b/tidy3d/web/webapi.py @@ -213,6 +213,7 @@ def get_run_info(task_id: TaskId): return None, None +# pylint: disable=too-many-statements def monitor(task_id: TaskId) -> None: """Print the real time task progress until completion.