From b4b9e445151d893931766e8eb6a68c1d95dbf622 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Thu, 7 Mar 2024 01:07:12 +0000 Subject: [PATCH] Try to remove 'unused' mypy warnings --- src/jobflow_remote/cli/job.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jobflow_remote/cli/job.py b/src/jobflow_remote/cli/job.py index 3c1c661..0431598 100644 --- a/src/jobflow_remote/cli/job.py +++ b/src/jobflow_remote/cli/job.py @@ -706,10 +706,10 @@ def resources( Set the resources for the selected Jobs. Only READY or WAITING Jobs. """ - resources = str_to_dict(resources_value) # type: ignore + resources = str_to_dict(resources_value) if qresources: - resources = QResources(**resources) # type: ignore[assignment] + resources = QResources(**resources) jc = get_job_controller() execute_multi_jobs_cmd(