File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1313import os
1414import traceback
1515from abc import ABC , abstractmethod
16- from typing import Callable , Optional
16+ from collections .abc import Callable
17+ from typing import Optional
1718
1819import astroid
1920from astroid import nodes
Original file line number Diff line number Diff line change 99
1010from __future__ import annotations
1111
12- from collections .abc import Iterable , Iterator
13- from typing import Any , Callable , TypeVar
12+ from collections .abc import Callable , Iterable , Iterator
13+ from typing import Any , TypeVar
1414
1515from pylint .reporters .ureports .base_writer import BaseWriter
1616
Original file line number Diff line number Diff line change 77import sys
88import traceback
99from collections import defaultdict
10- from collections .abc import Sequence
11- from typing import TYPE_CHECKING , Callable
10+ from collections .abc import Callable , Sequence
11+ from typing import TYPE_CHECKING
1212
1313from astroid import nodes
1414
You can’t perform that action at this time.
0 commit comments