Removed dead code in macros.py

This commit is contained in:
Salvador E. Tropea 2021-02-04 16:38:38 -03:00
parent 536fa4708a
commit 2d338bada7
1 changed files with 0 additions and 3 deletions

View File

@ -40,9 +40,6 @@ def document(sentences, **kw):
elif isinstance(target, Attribute):
name = target.attr
is_attr = True
else:
# Just in case we put anything other than an attr/var assignment
continue # pragma: no cover (Internal)
# Remove starting underscore
if name[0] == '_':
name = name[1:]