Skip to content

Commit

Permalink
Fix metaclass usage for six 1.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
inklesspen committed Sep 19, 2017
1 parent 154baaa commit adbb82c
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 adbb82c

Please sign in to comment.