We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc8e11 commit c1011c4Copy full SHA for c1011c4
tests/resources/test_sprint.py
@@ -4,8 +4,8 @@
4
5
import pytest as pytest
6
7
-from jira.resources import Board, Filter, Sprint
8
from jira.exceptions import JIRAError
+from jira.resources import Board, Filter, Sprint
9
from tests.conftest import JiraTestCase, rndstr
10
11
0 commit comments