Skip to content

Commit

Permalink
Lint fixes for saltstack#34923
Browse files Browse the repository at this point in the history
  • Loading branch information
rallytime committed Jul 25, 2016
1 parent 69afcc4 commit b3514ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion salt/states/slack.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
'''
Send a message to Slack
=========================
=======================
This state is useful for sending messages to Slack during state runs.
Expand All @@ -24,6 +24,11 @@
api_key: peWcBiMOS9HrZG15peWcBiMOS9HrZG15
'''

# Import Python libs
from __future__ import absolute_import

# Import Salt libs
from salt.exceptions import SaltInvocationError


Expand Down

0 comments on commit b3514ab

Please sign in to comment.