mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix pep8 noise
This commit is contained in:
parent
c9bc4d9698
commit
04ceb025b4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user