Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anirban-chaudhuri committed Apr 3, 2024
1 parent 50d5c5d commit 189fa8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
param_value_objective,
start_time_objective,
)
from pyciemss.ouu.qoi import obs_nday_average_qoi, obs_max_qoi
from pyciemss.ouu.qoi import obs_max_qoi, obs_nday_average_qoi

T = TypeVar("T")

Expand Down
1 change: 0 additions & 1 deletion tests/visuals/test_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ def test_nested_mark_sources(schema_file):


if __name__ == "__main__":

parser = argparse.ArgumentParser("Utility to generate reference images")
parser.add_argument(
"schema",
Expand Down

0 comments on commit 189fa8f

Please sign in to comment.