Skip to content

Commit

Permalink
addess mypy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wleepang committed Jun 12, 2024
1 parent 130107b commit 4141b5b
Show file tree
Hide file tree
Showing 3 changed files with 569 additions and 123 deletions.
2 changes: 1 addition & 1 deletion omics/cli/rerun/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def set_param(rqst, key, key0, val=None):
resp = omics.start_run(**rqst)
except Exception as e:
die(f"StartRun failed: {e}")
del resp["ResponseMetadata"]
del resp["ResponseMetadata"] # type: ignore
out.write(f"StartRun response:\n{json.dumps(resp, indent=2)}\n")

if opts["--out"]:
Expand Down
Loading

0 comments on commit 4141b5b

Please sign in to comment.