Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
PEP-8 Auto-Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis AutoPEP8 Fixes committed Aug 29, 2019
1 parent b84c229 commit 84d5f27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions delira/utils/messenger.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,9 @@ def __init__(self, experiment: BaseExperiment, token: str,
from slack import WebClient as SlackClient
except ImportError as e:

warnings.warn("Could not import `slackclient`. This package is not"
"included in the default depencies of delira!")
warnings.warn(
"Could not import `slackclient`. This package is not"
"included in the default depencies of delira!")
raise e

self._client = SlackClient(token, **kwargs)
Expand Down

0 comments on commit 84d5f27

Please sign in to comment.