Skip to content

Commit 475d7d3

Browse files
committed
add missing OPS_CHANNEL import
1 parent bc7cccd commit 475d7d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pybot/endpoints/api/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from slack.io.abc import SlackAPI
77
from slack.methods import Methods
88

9-
from pybot.endpoints.slack.utils import MODERATOR_CHANNEL, PYBOT_ENV
9+
from pybot.endpoints.slack.utils import PYBOT_ENV, OPS_CHANNEL
1010
from pybot.endpoints.slack.utils.action_messages import (
1111
TICKET_OPTIONS,
1212
not_claimed_attachment,

0 commit comments

Comments
 (0)