Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 24, 2021
1 parent 1a2ac75 commit d096886
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions yolort/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@
from .yolo_module import YOLOv5

__all__ = [
"YOLO", "YOLOv5", "yolov5n", "yolov5n6", "yolov5s", "yolov5s6",
"yolov5m", "yolov5m6", "yolov5l", "yolov5ts"
"YOLO",
"YOLOv5",
"yolov5n",
"yolov5n6",
"yolov5s",
"yolov5s6",
"yolov5m",
"yolov5m6",
"yolov5l",
"yolov5ts",
]


Expand Down

0 comments on commit d096886

Please sign in to comment.