Skip to content

Commit

Permalink
lint: apply pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tklockau committed Dec 9, 2024
1 parent 4d415af commit febd13f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions raillabel_providerkit/validation/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

from raillabel_providerkit.validation import Issue

from . import validate_schema
from . import validate_empty_frames
from . import validate_empty_frames, validate_schema


def validate(scene_dict: dict, validate_for_empty_frames: bool = True) -> list[Issue]:
Expand Down
1 change: 0 additions & 1 deletion tests/validation/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ def test_empty_frame_errors():
assert len(actual) == 1



if __name__ == "__main__":
pytest.main([__file__, "--disable-pytest-warnings", "--cache-clear", "-v"])

0 comments on commit febd13f

Please sign in to comment.