Skip to content

Commit 59f0315

Browse files
committed
unnecessary
1 parent 611da2f commit 59f0315

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datajoint/table.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,6 @@ def describe(self, context=None, printout=False):
711711
attributes_declared = set()
712712
indexes = self.heading.indexes.copy()
713713
for attr in self.heading.attributes.values():
714-
if attr.is_hidden:
715-
continue
716714
if in_key and not attr.in_key:
717715
definition += "---\n"
718716
in_key = False

0 commit comments

Comments
 (0)