Skip to content

Commit

Permalink
fix: name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
vas3k committed Jun 15, 2024
1 parent 78c273d commit cefd2f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpdeskbot/handlers/answers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from helpdeskbot import config
from helpdeskbot.help_desk_common import get_channel_message_link, send_message
from helpdeskbot.models import Question
from helpdeskbot.rooms import get_rooms
from helpdeskbot.room import get_rooms
from notifications.telegram.common import render_html_message

log = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion helpdeskbot/handlers/question.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from helpdeskbot import config
from helpdeskbot.help_desk_common import get_channel_message_link, send_message, send_reply
from helpdeskbot.models import Question, HelpDeskUser
from helpdeskbot.rooms import get_rooms
from helpdeskbot.room import get_rooms
from notifications.telegram.common import render_html_message

log = logging.getLogger(__name__)
Expand Down
File renamed without changes.

0 comments on commit cefd2f9

Please sign in to comment.