You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the task
SonarQube complains about using pytz with Python > 3.9. We should review our use of pytz and replace with zoneinfo from Python's standard modules.
Acceptance Criteria
pytz is gone
everthing still works!
The text was updated successfully, but these errors were encountered:
Describe the task
SonarQube complains about using pytz with Python > 3.9. We should review our use of pytz and replace with
zoneinfo
from Python's standard modules.Acceptance Criteria
The text was updated successfully, but these errors were encountered: