Skip to content

Commit af35984

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testing/example_scripts/rewrite/some_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
from typing import Callable
3+
from collections.abc import Callable
44

55
import pytest
66

testing/example_scripts/rewrite/tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
sys.path.append(str(Path(__file__).parent.parent))
88

9-
from typing import Callable
9+
from collections.abc import Callable
1010
from venv.lib64.python3.site_packages.external_lib import external_lib
1111

1212
from src.main import func

0 commit comments

Comments
 (0)