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
pyaff4 uses an old version of tzlocal (1.5.1), which throws warnings when on python 3.8
..../env/lib/python3.8/site-packages/tzlocal-1.5.1-py3.8.egg/tzlocal/unix.py:108:
SyntaxWarning: "is not" with a literal. Did you mean "!="?
..../env/lib/python3.8/site-packages/tzlocal-1.5.1-py3.8.egg/tzlocal/unix.py:108:
SyntaxWarning: "is not" with a literal. Did you mean "!="?
Should upgrade tzlocal to latest (2.1), which fixes this.
The text was updated successfully, but these errors were encountered:
pyaff4 uses an old version of tzlocal (1.5.1), which throws warnings when on python 3.8
Should upgrade tzlocal to latest (2.1), which fixes this.
The text was updated successfully, but these errors were encountered: