fix pep8 noise

This commit is contained in:
Paul Kienzle 2015-06-04 15:25:58 -04:00
parent c9bc4d9698
commit 04ceb025b4

View File

@ -2424,7 +2424,7 @@ class CPPObject(ObjectDescription):
if len(ast.prefixedName.names) == 1:
# TODO: we could warn, but it is somewhat equivalent to unscoped
# enums, without the enum
return # no parent
return # no parent
parentPrefixedAstName = ASTNestedName(ast.prefixedName.names[:-1])
parentPrefixedName = text_type(parentPrefixedAstName).lstrip(':')
if parentPrefixedName not in objects: