Skip to content

Commit 211d87b

Browse files
committed
pass flake8
1 parent 026d6b5 commit 211d87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/declare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,4 +465,4 @@ def compile_attribute(line, in_key, foreign_key_sql, context):
465465
'The default value for a blob or attachment attributes can only be NULL in:\n{line}'.format(line=line))
466466

467467
sql = ('`{name}` {type} {default}' + (' COMMENT "{comment}"' if match['comment'] else '')).format(**match)
468-
return match['name'], sql, match.get('store')
468+
return match['name'], sql, match.get('store')

0 commit comments

Comments
 (0)