8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df90e8e commit ab72a48Copy full SHA for ab72a48
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