Skip to content

Commit c5269b0

Browse files
committed
chore(core): remove depreciated slash command related_ticket
This was migrated to the new slash command and is feature-to-feature the same ref: #1188 #273
1 parent efef41f commit c5269b0

2 files changed

Lines changed: 0 additions & 132 deletions

File tree

app/core/lib/slash_commands/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
import re
22

3-
from .linked_model import CommandLinkedModel # depreciated model
43
from .link_model import CommandLinkModelTicket
54
from .ticket_dependency import CommandTicketDependency
65
from .time_track import CommandTimeTrack
76

87

98

109
class SlashCommands(
11-
CommandLinkedModel, # depreciated model
1210
CommandLinkModelTicket,
1311
CommandTicketDependency,
1412
CommandTimeTrack,

app/core/lib/slash_commands/related_ticket.py

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)