mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add unused import to timezone test file
This commit is contained in:
parent
22e424859e
commit
de95a6a215
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ import logging
|
|||
import re
|
||||
|
||||
try:
|
||||
import tzlocal # pylint: disable=unused-import
|
||||
import tzlocal
|
||||
HAS_TZLOCAL = True
|
||||
except ImportError:
|
||||
HAS_TZLOCAL = False
|
||||
|
|
|
@ -9,7 +9,7 @@ Linux and Solaris are supported
|
|||
from __future__ import absolute_import
|
||||
|
||||
try:
|
||||
import tzlocal
|
||||
import tzlocal # pylint: disable=unused-import
|
||||
HAS_TZLOCAL = True
|
||||
except ImportError:
|
||||
HAS_TZLOCAL = False
|
||||
|
|
Loading…
Add table
Reference in a new issue