summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-03-11 14:54:32 -0500
committerGitHub <noreply@github.com>2023-03-11 14:54:32 -0500
commit4c56ba82d7aac50b1ea34e929833c91418e1d117 (patch)
tree8b8d3594de027cbd970e24d9ff117f05f10ebb51 /doc
parent74e6efcec09dff861254289465a3f06c803dbc4f (diff)
downloadpylint-git-4c56ba82d7aac50b1ea34e929833c91418e1d117.tar.gz
Fix a crash when `TYPE_CHECKING` is used without importing it (#8435)
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8434.bugfix3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8434.bugfix b/doc/whatsnew/fragments/8434.bugfix
new file mode 100644
index 000000000..b5a8bddcb
--- /dev/null
+++ b/doc/whatsnew/fragments/8434.bugfix
@@ -0,0 +1,3 @@
+Fix a crash when ``TYPE_CHECKING`` is used without importing it.
+
+Closes #8434