disable pylint import error

This commit is contained in:
Ch3LL 2018-07-27 14:31:36 -04:00
parent f09d1a2c7e
commit 0840fc3117
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -10,7 +10,7 @@ import logging
import re
try:
import tzlocal
import tzlocal # pylint: disable=import-error
HAS_TZLOCAL = True
except ImportError:
HAS_TZLOCAL = False