We're not using pylint

This commit is contained in:
Anthony Sottile
2016-05-20 15:38:12 -07:00
parent 7c213f4482
commit efe33ffe5c
5 changed files with 5 additions and 28 deletions

View File

@@ -1,6 +1,5 @@
from __future__ import unicode_literals
# pylint:disable=invalid-name
PY2 = str is bytes
PY3 = str is not bytes