Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jbi/actions/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
import logging

from jbi import ActionResult, Operation
from jbi.bugzilla import BugzillaBug, BugzillaWebhookRequest
from jbi.environment import get_settings
from jbi.errors import ActionError
from jbi.models import BugzillaBug, BugzillaWebhookRequest
from jbi.services import get_bugzilla, get_jira

settings = get_settings()
Expand Down
2 changes: 1 addition & 1 deletion jbi/actions/default_with_assignee_and_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
JIRA_REQUIRED_PERMISSIONS as DEFAULT_JIRA_REQUIRED_PERMISSIONS,
)
from jbi.actions.default import DefaultExecutor
from jbi.bugzilla import BugzillaBug, BugzillaWebhookRequest
from jbi.models import BugzillaBug, BugzillaWebhookRequest

logger = logging.getLogger(__name__)

Expand Down
296 changes: 0 additions & 296 deletions jbi/bugzilla.py

This file was deleted.

Loading