File tree 4 files changed +12
-0
lines changed
4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2
+ # For details: https://github.com/PyCQA/pylint/blob/master/COPYING
3
+
1
4
import collections
2
5
import functools
3
6
Original file line number Diff line number Diff line change
1
+ # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2
+ # For details: https://github.com/PyCQA/pylint/blob/master/COPYING
3
+
1
4
import collections
2
5
3
6
from pylint import checkers , exceptions
Original file line number Diff line number Diff line change
1
+ # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2
+ # For details: https://github.com/PyCQA/pylint/blob/master/COPYING
3
+
1
4
import os
2
5
import sys
3
6
Original file line number Diff line number Diff line change
1
+ # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2
+ # For details: https://github.com/PyCQA/pylint/blob/master/COPYING
3
+
1
4
import contextlib
2
5
import sys
3
6
You can’t perform that action at this time.
0 commit comments