We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7237242 commit df570bbCopy full SHA for df570bb
pylint_django/__init__.py
@@ -1,12 +1,7 @@
1
"""pylint_django module."""
2
-from __future__ import absolute_import
3
4
-import sys
5
6
from pylint_django import plugin
7
8
-if sys.version_info < (3,):
9
- raise DeprecationWarning("Version 0.11.1 was the last to support Python 2. Please migrate to Python 3!")
10
-
11
register = plugin.register # pylint: disable=invalid-name
12
load_configuration = plugin.load_configuration # pylint: disable=invalid-name
0 commit comments