Skip to content

Commit

Permalink
Black again
Browse files Browse the repository at this point in the history
  • Loading branch information
smk4664 committed Oct 28, 2022
1 parent ab032c7 commit 6ca56fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nautobot_chatops/sockets/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

async def main(): # pylint: disable=too-many-statements
"""Slack Socket Main Loop."""
SLASH_PREFIX = settings.PLUGINS_CONFIG["nautobot_chatops"].get("slack_slash_command_prefix") # pylint:disable=invalid-name
SLASH_PREFIX = settings.PLUGINS_CONFIG["nautobot_chatops"].get(
"slack_slash_command_prefix"
) # pylint:disable=invalid-name
client = SocketModeClient(
app_token=settings.PLUGINS_CONFIG["nautobot_chatops"].get("slack_app_token"),
web_client=AsyncWebClient(token=settings.PLUGINS_CONFIG["nautobot_chatops"]["slack_api_token"]),
Expand Down

0 comments on commit 6ca56fc

Please sign in to comment.