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'.")
|
||||
return ASTTrailingTypeSpecDecltypeAuto()
|
||||
self.fail('"decltype(<expr>)" in trailing_type_spec not implemented')
|
||||
#return ASTTrailingTypeSpecDecltype()
|
||||
# return ASTTrailingTypeSpecDecltype()
|
||||
|
||||
# prefixed
|
||||
prefix = None
|
||||
|
Loading…
Reference in New Issue
Block a user