revert(core): revert ticket class defined in dir init

reef: #300
This commit is contained in:
2024-09-17 17:14:11 +09:30
parent 9c9009ff52
commit 5ad974f947
27 changed files with 29 additions and 29 deletions

View File

@ -54,7 +54,7 @@ def plugin(
ticket_id = match.group(1)
try:
from core.models.ticket import Ticket
from core.models.ticket.ticket import Ticket
ticket = Ticket.objects.get(pk=ticket_id)

View File

@ -48,7 +48,7 @@ For this command to process the following conditions must be met:
if ticket_id is not None:
from core.models.ticket import RelatedTickets
from core.models.ticket.ticket import RelatedTickets
if command == 'relate':