mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
salt.payload: fix pylint W0702 "No exception type(s) specified"
This commit is contained in:
parent
b67653b7e4
commit
9a093c96bc
@ -17,7 +17,7 @@ from salt.utils.odict import OrderedDict
|
||||
# Import third party libs
|
||||
try:
|
||||
import zmq
|
||||
except:
|
||||
except ImportError:
|
||||
# No need for zeromq in local mode
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user