regebro / tzlocal

A Python module that tries to figure out what your local timezone is
MIT License
184 stars 58 forks source link

Fixed SyntaxWarning on Python 3.8 #77

Closed agronholm closed 4 years ago

agronholm commented 4 years ago

Fixes the following warning: /usr/local/lib/python3.8/site-packages/tzlocal/unix.py:141: SyntaxWarning: "is not" with a literal. Did you mean "!="?

regebro commented 4 years ago

Thanks!