Skip to content

Commit d220466

Browse files
committed
.
1 parent cb1f686 commit d220466

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mypy/test/test_config_parser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
from __future__ import annotations
2+
23
import contextlib
34
import os
45
import tempfile
56
import unittest
67
from collections.abc import Iterator
78
from pathlib import Path
89

9-
from mypy.defaults import CONFIG_NAMES, SHARED_CONFIG_NAMES
1010
from mypy.config_parser import _find_config_file
11+
from mypy.defaults import CONFIG_NAMES, SHARED_CONFIG_NAMES
1112

1213

1314
@contextlib.contextmanager

0 commit comments

Comments
 (0)