mkorpela / overrides

A decorator to automatically detect mismatch when overriding a method
Apache License 2.0
261 stars 32 forks source link

Pylance complains about missing stubs #90

Closed alkatar21 closed 3 years ago

alkatar21 commented 3 years ago

However, I am not sure why that is the case grafik

Versions: overrides-6.1.0 typing-utils-0.1.0

mkorpela commented 3 years ago

Module contains py.typed file and should thus work .. https://github.com/mkorpela/overrides/blob/master/overrides/py.typed

mkorpela commented 3 years ago

Something similar(?) on pylance issue tracker https://github.com/microsoft/pylance-release/issues/555

alkatar21 commented 3 years ago

Probably pylance has not updated after the update. pylance restart was not enough for some reason. After reinstalling the package, the warning is gone. Thanks anyway for the reply. I like this package.