mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Disable pylint blacklisted-external-module
This commit is contained in:
parent
ffec7dc299
commit
41543bba99
@ -9,7 +9,7 @@
|
||||
some fake objects in order to properly set the function/class decorators
|
||||
and yet skip the test cases execution.
|
||||
'''
|
||||
# pylint: disable=unused-import,function-redefined
|
||||
# pylint: disable=unused-import,function-redefined,blacklisted-external-module
|
||||
|
||||
from __future__ import absolute_import
|
||||
import sys
|
||||
|
Loading…
Reference in New Issue
Block a user