From 2d338bada7d3be7816f3e5b3ca19172ede678b96 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 4 Feb 2021 16:38:38 -0300 Subject: [PATCH] Removed dead code in macros.py --- kibot/macros.py | 3 --- 1 file changed, 3 deletions(-) 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:]