We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d129202 commit 92341fcCopy full SHA for 92341fc
tests/test_mentions.py
@@ -9,8 +9,8 @@
9
10
from django_github_app.mentions import Comment
11
from django_github_app.mentions import MentionScope
12
-from django_github_app.mentions import get_match
13
from django_github_app.mentions import extract_mentions_from_event
+from django_github_app.mentions import get_match
14
15
16
@pytest.fixture
0 commit comments