Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-joan authored and fcakyon committed Nov 25, 2023
1 parent 93ad68a commit 131bc0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sahi/auto_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"torchvision": "TorchVisionDetectionModel",
"yolov5sparse": "Yolov5SparseDetectionModel",
"yolonas": "YoloNasDetectionModel",
"yolov8onnx": "Yolov8OnnxDetectionModel"
"yolov8onnx": "Yolov8OnnxDetectionModel",
}


Expand Down
2 changes: 1 addition & 1 deletion sahi/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from . import base, detectron2, huggingface, mmdet, yolov8onnx, torchvision, yolonas, yolov5
from . import base, detectron2, huggingface, mmdet, torchvision, yolonas, yolov5, yolov8onnx

0 comments on commit 131bc0b

Please sign in to comment.