Skip to content

Commit 07ed5c0

Browse files
committed
Remove unused format argument
1 parent e0db3e7 commit 07ed5c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datajoint/table.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,6 @@ def describe(self, context=None, printout=True):
535535
parent_name = list(self.connection.dependencies.in_edges(parent_name))[0][0]
536536
lst = [(attr, ref) for attr, ref in fk_props['attr_map'].items() if ref != attr]
537537
definition += '->{props} {class_name}.proj({proj_list})\n'.format(
538-
attr_list=', '.join(r[0] for r in lst),
539538
props=index_props,
540539
class_name=lookup_class_name(parent_name, context) or parent_name,
541540
proj_list=','.join('{}="{}"'.format(a, b) for a, b in lst))

0 commit comments

Comments
 (0)