Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix freezegun.configure is not present in stub #474

Closed
wants to merge 1 commit into from

Conversation

AVOstap
Copy link

@AVOstap AVOstap commented Oct 21, 2022

Closes #469

Mypy returns error: Module has no attribute "configure" when checking such line of code

freezegun.configure(extend_ignore_list=["some_lib"])

@bblommers
Copy link
Collaborator

Hi @AVOstap, thank you for taking the time to submit this PR!

Typing as a whole has now been improved with #543, so the latest release (1.5.0) should have proper types all around. I'll close this, but let us know if you still run into any issues.

@bblommers bblommers closed this Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

configure is missing in __init__.pyi
2 participants