Skip to content

Commit

Permalink
fix(pre_commit): 🎨 auto format pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 20, 2024
1 parent 4db4b56 commit f012d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from roboflow.core.version import Version
from roboflow.models.classification import ClassificationModel
from roboflow.models.object_detection import ObjectDetectionModel
from tests import PROJECT_NAME, RoboflowTest, ordered, ROBOFLOW_API_KEY
from tests import PROJECT_NAME, ROBOFLOW_API_KEY, RoboflowTest, ordered


class TestQueries(RoboflowTest):
Expand Down

0 comments on commit f012d47

Please sign in to comment.