Skip to content

Commit d6a7a5a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 15d2c1c commit d6a7a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mentions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
from django_github_app.mentions import Comment
1111
from django_github_app.mentions import MentionScope
12-
from django_github_app.mentions import get_match
1312
from django_github_app.mentions import extract_mentions_from_event
13+
from django_github_app.mentions import get_match
1414

1515

1616
@pytest.fixture

0 commit comments

Comments
 (0)