mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
fix lint on the lint ignores...
This commit is contained in:
parent
60113248b1
commit
e21fd54d1b
@ -13,9 +13,9 @@ import random
|
||||
# Import 3rd-party libs
|
||||
try:
|
||||
try:
|
||||
import Cryptodome.Random as CRand # pylint: disable=E0611
|
||||
import Cryptodome.Random as CRand # pylint: disable=E0611
|
||||
except ImportError:
|
||||
import Crypto.Random as CRand # pylint: disable=E0611
|
||||
import Crypto.Random as CRand # pylint: disable=E0611
|
||||
HAS_RANDOM = True
|
||||
except ImportError:
|
||||
HAS_RANDOM = False
|
||||
|
Loading…
Reference in New Issue
Block a user