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
272 stars 71 forks source link

Fix `local` type #273

Closed iurisilvio closed 1 month ago

iurisilvio commented 1 month ago

Description

Fix the local arg type. It should be an optional string, not a bool.

Ref https://github.com/roboflow/roboflow-python/issues/271

Type of change

Please delete options that are not relevant.

How has this change been tested, please provide a testcase or example of how you tested the change?

Mypy like it.