Skip to content

Commit 53136f3

Browse files
committed
Fix metaclass usage for six 1.11.0.
1 parent dae4810 commit 53136f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

protorpc/messages.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,12 +1148,6 @@ class Field(six.with_metaclass(_FieldMeta, object)):
11481148
__initialized = False
11491149
__variant_to_type = {}
11501150

1151-
# TODO(craigcitro): Remove this alias.
1152-
#
1153-
# We add an alias here for backwards compatibility; note that in
1154-
# python3, this attribute will silently be ignored.
1155-
__metaclass__ = _FieldMeta
1156-
11571151
@util.positional(2)
11581152
def __init__(self,
11591153
number,

0 commit comments

Comments
 (0)