Skip to content

Commit

Permalink
fixed pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerflex authored and momchil-flex committed Dec 29, 2022
1 parent 6d362a1 commit 892888b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tidy3d/web/webapi.py
Expand Up @@ -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.
Expand Down

0 comments on commit 892888b

Please sign in to comment.