We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The code is still running for now but I got a error message from PyCharm Cannot find reference 'reference' in '__init__.pyi'
Cannot find reference 'reference' in '__init__.pyi'
from pytz import reference from datetime import datetime now = datetime.now() local_time = reference.LocalTimezone() timezone = local_time.tzname(now) print(timezone)
pytz==2021.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The code is still running for now but I got a error message from PyCharm
Cannot find reference 'reference' in '__init__.pyi'
Code
Version
pytz==2021.3
The text was updated successfully, but these errors were encountered: