Umit Canbolat
Umit Canbolat
> can we collaborate on this? @hoxsec > Ofcourse, go ahead.
### Problem Description I encountered an error related to type hinting with the `chromadb.Client` in a property decorator. The error message was: ```python error: Function "chromadb.Client" is not valid as...
Hi guys, Tried implementing this feature, however I'm getting stuck at the following mypy test: ### error: Function "chromadb.Client" is not valid as a type [valid-type] ```python @property def client(self)...
Thanks @ysolanky, PR created. https://github.com/phidatahq/phidata/pull/196
Doesn't look the prettiest, but does indeed work. Try opening a merge request.