revert the change to DocFieldTransformer

This commit is contained in:
Keewis 2020-08-05 14:28:32 +02:00
parent 478ab44d7e
commit e79cd79cd2

View File

@ -322,8 +322,6 @@ class DocFieldTransformer:
if typedesc.is_typed:
try:
argtype, argname = fieldarg.split(None, 1)
if argtype.endswith(","):
raise ValueError
except ValueError:
pass
else: