[pylint] prepping for enabling pylint for non-errors (#4884)

This commit is contained in:
John Bodley
2018-04-28 20:08:09 -07:00
committed by GitHub
parent caa72675a5
commit d533ce0967
41 changed files with 41 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function