summaryrefslogtreecommitdiff
path: root/pylint/checkers/typecheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/typecheck.py')
-rw-r--r--pylint/checkers/typecheck.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/checkers/typecheck.py b/pylint/checkers/typecheck.py
index be4fa61be..a2239469a 100644
--- a/pylint/checkers/typecheck.py
+++ b/pylint/checkers/typecheck.py
@@ -112,6 +112,7 @@ from pylint.utils import get_global_option
if TYPE_CHECKING:
from pylint.lint import PyLinter
+
CallableObjects = Union[
bases.BoundMethod,
bases.UnboundMethod,