Skip to content

Commit f406ad9

Browse files
committed
Remove unused imports / empty module
1 parent fd64e69 commit f406ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
import pytest
99
from unittest.mock import MagicMock
1010

11-
from response.slack import dialog_builder, slack_utils, block_kit
1211
from response.slack.authentication import generate_signature
1312
from response.slack.client import SlackClient
1413

14+
1515
@pytest.fixture(autouse=True)
1616
def mock_slack(monkeypatch):
1717
mock_slack = MagicMock(spec=SlackClient(""))

0 commit comments

Comments
 (0)