aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2021-04-12 23:16:43 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2021-04-12 23:23:44 +0200
commit7ccfd710bd772c5a29b3443872e02db6586c8115 (patch)
treef31e2caf841c931317d07f8f64f6b10be17b1e06 /_pytest
parent74ee895c9b702ed67173a774cca5b6ebcd253707 (diff)
downloadwee-slack-7ccfd710bd772c5a29b3443872e02db6586c8115.tar.gz
Some code cleanup from lgtm.com checks
Diffstat (limited to '_pytest')
-rw-r--r--_pytest/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/conftest.py b/_pytest/conftest.py
index b0eb082..07e3639 100644
--- a/_pytest/conftest.py
+++ b/_pytest/conftest.py
@@ -12,7 +12,7 @@ from websocket import ABNF
sys.path.append(".")
import wee_slack
-from wee_slack import EventRouter, SlackRequest, initiate_connection
+from wee_slack import EventRouter, initiate_connection
class fakewebsocket(object):