Skip to content

Commit

Permalink
run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorlouisdg committed Jan 31, 2024
1 parent 71e938b commit f62c2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion airo_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# but for building and many toolings, you still need to have __init__ files (at least in the root of the package).
# e.g. if you remove this init file and try to build with pip install .
# you won't be able to import the dummy module.
from .files import get_urdf_path, AIRO_MODEL_NAMES
from .files import AIRO_MODEL_NAMES, get_urdf_path

__all__ = ["get_urdf_path", "AIRO_MODEL_NAMES"]
1 change: 1 addition & 0 deletions test/test_existence.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os

import airo_models


Expand Down

0 comments on commit f62c2e9

Please sign in to comment.