Skip to content

Commit

Permalink
Merge pull request #176 from inklesspen/metaclass-fix
Browse files Browse the repository at this point in the history
Fix metaclass usage for six 1.11.0.
  • Loading branch information
cherba29 authored Sep 19, 2017
2 parents 154baaa + adbb82c commit e4ae1cd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apitools/base/protorpclite/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -1168,12 +1168,6 @@ class Field(six.with_metaclass(_FieldMeta, object)):
__initialized = False # pylint:disable=invalid-name
__variant_to_type = {} # pylint:disable=invalid-name

# TODO(craigcitro): Remove this alias.
#
# We add an alias here for backwards compatibility; note that in
# python3, this attribute will silently be ignored.
__metaclass__ = _FieldMeta

@util.positional(2)
def __init__(self,
number,
Expand Down

0 comments on commit e4ae1cd

Please sign in to comment.