Skip to content

Commit 9da479c

Browse files
Pierre-Sassoulastushar-deepsource
authored andcommitted
Upgrade pylint to 2.12.2 (pylint-dev#1297)
* Upgrade pylint to 2.12.2 * Default Python in the CI is now python 3.8 * Remove useless suppression for python 3.8 * Disable no-member for false positive with zipimport
1 parent 9e55d84 commit 9da479c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

astroid/nodes/node_ng.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
from astroid.nodes.const import OP_PRECEDENCE
3131

3232
if TYPE_CHECKING:
33+
from astroid import nodes
34+
3335
if sys.version_info >= (3, 6, 2):
3436
from typing import NoReturn
3537
else:

0 commit comments

Comments
 (0)