Hamburger Menu #115
Annotations
2 errors
|
mypy-stubtest
Process completed with exit code 1.
|
|
mypy-stubtest:
lib/matplotlib/backend_bases.pyi#L0
[mypy-stubtest] reported by reviewdog 🐶
matplotlib.backend_bases.NavigationToolbar2.view_snap is not present in stub
MISSING
Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/backend_bases.py:3420
def (self)
Raw Output:
error: matplotlib.backend_bases.NavigationToolbar2.view_snap is not present in stub
Stub: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/backend_bases.pyi
MISSING
Runtime: in file /home/runner/work/matplotlib/matplotlib/lib/matplotlib/backend_bases.py:3420
def (self)
|