Skip to content

Commit 67269e1

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent dbbc8b3 commit 67269e1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

roboflow/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from roboflow.models import CLIPModel, GazeModel # noqa: F401
1616
from roboflow.util.general import write_line
1717

18-
1918
__version__ = "1.1.39"
2019

2120

roboflow/roboflowpy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def _argparser():
195195
_add_run_video_inference_api_parser(subparsers)
196196
deployment.add_deployment_parser(subparsers)
197197

198-
199198
return parser
200199

201200

0 commit comments

Comments
 (0)