summaryrefslogtreecommitdiff
path: root/pint/facets/group/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'pint/facets/group/objects.py')
-rw-r--r--pint/facets/group/objects.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pint/facets/group/objects.py b/pint/facets/group/objects.py
index 67fa136..558a107 100644
--- a/pint/facets/group/objects.py
+++ b/pint/facets/group/objects.py
@@ -123,7 +123,6 @@ class Group(SharedRegistryObject):
"""Add groups to group."""
d = self._REGISTRY._groups
for group_name in group_names:
-
grp = d[group_name]
if grp.is_used_group(self.name):