Skip to content

Commit 39c945f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8a012f9 commit 39c945f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
from unittest import mock
66

77
import pytest
8+
from pytest_mock import MockerFixture
9+
810
from mypy_to_codeclimate import (
911
MypyExitCode,
1012
_get_input,
@@ -15,7 +17,6 @@
1517
parse_issue_line,
1618
)
1719
from mypy_to_codeclimate._version import __version__
18-
from pytest_mock import MockerFixture
1920

2021
# Valid issues to be parsed
2122
valid_issues = [

0 commit comments

Comments
 (0)