Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit 632c88e

Browse files
author
misakwa
committed
Remove stale comment
1 parent 65292c7 commit 632c88e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

thriftpy/thrift.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def __new__(cls, name, bases, attrs):
140140
return super(TPayloadMeta, cls).__new__(cls, name, bases, attrs)
141141

142142
def __call__(cls, *args, **kw):
143-
# if issubclass(cls, TSPayload):
144143
if not issubclass(cls, TSPayload):
145144
return type.__call__(cls, *args, **kw)
146145
cls_name = cls.__name__.split('.')[-1]

0 commit comments

Comments
 (0)