add unused import to import

This commit is contained in:
Ch3LL 2018-07-27 15:14:14 -04:00
parent 0840fc3117
commit 22e424859e
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 # pylint: disable=import-error
import tzlocal # pylint: disable=unused-import
HAS_TZLOCAL = True
except ImportError:
HAS_TZLOCAL = False