mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Fixing lint issue.
This commit is contained in:
parent
1ec4ccba85
commit
b0fb2c89d3
@ -10,8 +10,8 @@ from __future__ import absolute_import
|
||||
import logging
|
||||
|
||||
# Salt libs
|
||||
import salt.utils
|
||||
import salt.utils.path
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
@ -15,6 +15,7 @@ Dependencies
|
||||
from __future__ import absolute_import
|
||||
import logging
|
||||
import time
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
# Import 3rd Party libs
|
||||
try:
|
||||
|
@ -9,6 +9,7 @@ import atexit
|
||||
import logging
|
||||
import select
|
||||
import time
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
# Import 3rd Party libs
|
||||
try:
|
||||
|
@ -11,6 +11,7 @@ import logging
|
||||
|
||||
# Salt libs
|
||||
import salt.utils.path
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
@ -23,6 +23,7 @@ import re
|
||||
|
||||
# Import salt libs
|
||||
import salt.ext.six
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
# Import third party libs
|
||||
try:
|
||||
|
@ -10,6 +10,7 @@ from __future__ import absolute_import
|
||||
import salt.utils
|
||||
import salt.utils.locales
|
||||
import salt.ext.six
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
# Import third party libs
|
||||
try:
|
||||
|
@ -10,6 +10,7 @@ import os
|
||||
|
||||
# Import Salt libs
|
||||
import salt.utils.platform
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
# Import Py3 compat
|
||||
from salt.ext.six.moves import zip
|
||||
|
@ -13,6 +13,7 @@ import logging
|
||||
# Import salt libs
|
||||
import salt.utils.files
|
||||
import salt.utils.platform
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
|
||||
try:
|
||||
|
@ -8,6 +8,7 @@ Beacon to monitor statistics from ethernet adapters
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
import logging
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
# Import third party libs
|
||||
# pylint: disable=import-error
|
||||
|
@ -18,6 +18,8 @@ import ast
|
||||
import re
|
||||
import salt.loader
|
||||
import logging
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
__virtual_name__ = 'network_settings'
|
||||
|
@ -15,6 +15,7 @@ import logging
|
||||
|
||||
# Import salt libs
|
||||
import salt.utils.http
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
# Important: If used with salt-proxy
|
||||
# this is required for the beacon to load!!!
|
||||
|
@ -6,6 +6,7 @@ Send events covering service status
|
||||
# Import Python Libs
|
||||
from __future__ import absolute_import
|
||||
import logging
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
# Import third party libs
|
||||
# pylint: disable=import-error
|
||||
|
@ -9,6 +9,7 @@
|
||||
# Import python libs
|
||||
from __future__ import absolute_import
|
||||
import logging
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
@ -11,6 +11,7 @@ of a Raspberry Pi.
|
||||
from __future__ import absolute_import
|
||||
import logging
|
||||
import re
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
@ -9,6 +9,7 @@ from __future__ import absolute_import
|
||||
import os
|
||||
import logging
|
||||
import time
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
log = logging.getLogger(__name__) # pylint: disable=invalid-name
|
||||
|
||||
|
@ -9,6 +9,7 @@ Requires the python-telegram-bot library
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
import logging
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
# Import 3rd Party libs
|
||||
try:
|
||||
|
@ -6,6 +6,7 @@ Beacon to emit Twilio text messages
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
import logging
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
# Import 3rd Party libs
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user