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 13, 2024
1 parent dbbc8b3 commit 67269e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion roboflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from roboflow.models import CLIPModel, GazeModel # noqa: F401
from roboflow.util.general import write_line


__version__ = "1.1.39"


Expand Down
1 change: 0 additions & 1 deletion roboflow/roboflowpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def _argparser():
_add_run_video_inference_api_parser(subparsers)
deployment.add_deployment_parser(subparsers)


return parser


Expand Down

0 comments on commit 67269e1

Please sign in to comment.