mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix flake8 violation
This commit is contained in:
parent
b27fbc4aa5
commit
349881a52f
@ -3664,7 +3664,7 @@ class DefinitionParser(object):
|
|||||||
self.fail("Expected ')' after 'decltype(auto'.")
|
self.fail("Expected ')' after 'decltype(auto'.")
|
||||||
return ASTTrailingTypeSpecDecltypeAuto()
|
return ASTTrailingTypeSpecDecltypeAuto()
|
||||||
self.fail('"decltype(<expr>)" in trailing_type_spec not implemented')
|
self.fail('"decltype(<expr>)" in trailing_type_spec not implemented')
|
||||||
#return ASTTrailingTypeSpecDecltype()
|
# return ASTTrailingTypeSpecDecltype()
|
||||||
|
|
||||||
# prefixed
|
# prefixed
|
||||||
prefix = None
|
prefix = None
|
||||||
|
Loading…
Reference in New Issue
Block a user