Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Description
Bug summary
with mypy,MinuteLocator
results in error:
error: Call to untyped function "MinuteLocator" in typed context [no-untyped-call]
Code for reproduction
importmatplotlib.datesasmdatesmdates.MinuteLocator(byminute=range(0,60,5))# run mypy --strict
Actual outcome
error: Call to untyped function "MinuteLocator" in typed context [no-untyped-call]
Expected outcome
No Mypy error
Additional information
No response
Operating system
Ubuntu
Matplotlib Version
3.8.0
Matplotlib Backend
QTAgg
Python version
3.8.10
Jupyter version
No response
Installation
pip