From 56e181d4bd6640780b7ee6e69bd9e0523f9910aa Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 4 Dec 2023 16:24:54 -0500 Subject: [PATCH] refactor: remove unused import --- tests/test_pull_request_opened.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_pull_request_opened.py b/tests/test_pull_request_opened.py index 347659aa..e1dd1300 100644 --- a/tests/test_pull_request_opened.py +++ b/tests/test_pull_request_opened.py @@ -18,7 +18,6 @@ ) from openedx_webhooks import settings from openedx_webhooks.gh_projects import pull_request_projects -from openedx_webhooks.info import get_jira_server_info from openedx_webhooks.tasks.github import pull_request_changed from .helpers import check_issue_link_in_markdown