roboflow / roboflow-python

The official Roboflow Python package. Manage your datasets, models, and deployments. Roboflow has everything you need to build a computer vision application.
https://docs.roboflow.com/python
Apache License 2.0
271 stars 70 forks source link

Mypy error: `Missing positional argument "version_id" in call to "__init__" [call-arg]` #269

Closed iurisilvio closed 1 month ago

iurisilvio commented 2 months ago

I don't know what is the proper fix here, but GazeModel is broken.

roboflow/models/gaze.py:16: error: Missing positional argument "version_id" in call to "__init__"  [call-arg]
iurisilvio commented 1 month ago

@capjamesg I fixed the typing, but this GazeModel is just an InferenceModel. I don't know if there is some reason to it exists, maybe we can just remove it.