mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint fixes for #34923
This commit is contained in:
parent
69afcc4060
commit
b3514abf1b
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Send a message to Slack
|
||||
=========================
|
||||
=======================
|
||||
|
||||
This state is useful for sending messages to Slack during state runs.
|
||||
|
||||
|
@ -24,6 +24,11 @@ The api key can be specified in the master or minion configuration like below:
|
|||
api_key: peWcBiMOS9HrZG15peWcBiMOS9HrZG15
|
||||
|
||||
'''
|
||||
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
|
||||
# Import Salt libs
|
||||
from salt.exceptions import SaltInvocationError
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue