You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ mypy --config-file mypy.ini graphistry
graphistry/feature_utils.py:39: error: Cannot assign to a type [misc]
graphistry/feature_utils.py:39: error: Incompatible types in assignment (expression has type "object", variable has type "Type[SentenceTransformer]") [assignment]
Describe the bug
Regular PR fails on mypy analysis of feature_utils: https://github.com/graphistry/pygraphistry/actions/runs/9800176651/job/27061697437?pr=573
PyGraphistry API client environment
Additional context
=>
pygraphistry/graphistry/feature_utils.py
Line 39 in 53448d4
on
@tanmoyio @mj3cheun @silkspace can one of you take?
The text was updated successfully, but these errors were encountered: