Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 18, 2025
1 parent 58f389b commit 632471f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mypy/test/test_config_parser.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
from __future__ import annotations

import contextlib
import os
import tempfile
import unittest
from collections.abc import Iterator
from pathlib import Path

from mypy.defaults import CONFIG_NAMES, SHARED_CONFIG_NAMES
from mypy.config_parser import _find_config_file
from mypy.defaults import CONFIG_NAMES, SHARED_CONFIG_NAMES


@contextlib.contextmanager
Expand Down

0 comments on commit 632471f

Please sign in to comment.