How can I solve pycharm django type hint problem
I am using pyhcarm. My pycharm syas “Expected type QuerySet[MemberMetaModel, MemberMetaModel], got QuerySet[MemberMetaModel] istead”
I think this lint info is wrong, how can I fix my lint? Or if this warnning is right, how can I fix my code? Plz save me, this warnning is so annoying…
(I am using python 3.13.0, black, pydantic, mypy)
Thanks