mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Disable pylint warning
This commit is contained in:
parent
940ee49a0b
commit
d941e9354d
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ from __future__ import absolute_import
|
|||
import atexit
|
||||
import logging
|
||||
import time
|
||||
from salt.ext.six.moves.http_client import BadStatusLine
|
||||
from salt.ext.six.moves.http_client import BadStatusLine # pylint: disable=E0611
|
||||
|
||||
# Import Salt Libs
|
||||
from salt.exceptions import SaltSystemExit
|
||||
|
|
Loading…
Add table
Reference in a new issue