Skip to content

Commit

Permalink
Add pylint:disable comments because of weird imports in encoding.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonGregg committed Jun 15, 2018
1 parent 51b7e41 commit 94889db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apitools/base/py/encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@

"""Common code for converting proto to other formats, such as JSON."""

# pylint:disable=wildcard-import
from apitools.base.py.encoding_helper import *
import apitools.base.py.extra_types
import apitools.base.py.extra_types # pylint:disable=unused-import


# pylint:disable=undefined-all-variable
__all__ = [
'CopyProtoMessage',
'JsonToMessage',
Expand Down

0 comments on commit 94889db

Please sign in to comment.