diff --git a/kibot/macros.py b/kibot/macros.py index ae372750..2b8907d2 100644 --- a/kibot/macros.py +++ b/kibot/macros.py @@ -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:]