mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add unused import to import
This commit is contained in:
parent
0840fc3117
commit
22e424859e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue