Skip to content

Commit

Permalink
Make the linters happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
samcunliffe committed Nov 17, 2023
1 parent d3cd61a commit 4efa80a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions crabs/bboxes_labelling/combine_and_format_annotations.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from pathlib import Path

import typer

from crabs.bboxes_labelling.annotations_utils import (
combine_multiple_via_jsons,
convert_via_json_to_coco,
Expand Down
4 changes: 2 additions & 2 deletions tests/test_unit/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@


@pytest.mark.parametrize(
"cli_tool_name",
"cli_tool_name",
[
"extract-frames",
"combine-and-format-annotations",
]
],
)
def test_cli_tool(cli_tool_name: str) -> None:
status = os.system(f"{cli_tool_name} --help")
Expand Down

0 comments on commit 4efa80a

Please sign in to comment.