mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lintfix: mute not called constructors
This commit is contained in:
parent
66ec29ca75
commit
379ead4c65
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
'''
|
||||
Salt compatibility code
|
||||
'''
|
||||
# pylint: disable=import-error,unused-import,invalid-name
|
||||
# pylint: disable=import-error,unused-import,invalid-name,W0231,W0233
|
||||
|
||||
# Import python libs
|
||||
from __future__ import absolute_import, unicode_literals, print_function
|
||||
|
|
Loading…
Add table
Reference in a new issue