Skip to content

Commit 09f5e46

Browse files
committed
Fixed styling
1 parent bdb5017 commit 09f5e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/external.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def used(self):
314314
return self & [FreeTable(self.connection, ref['referencing_table']).proj(hash=ref['column_name'])
315315
for ref in self.references]
316316

317-
def delete(self, *, delete_external_files=None, limit=None, display_progress=True, errors_as_string = True):
317+
def delete(self, *, delete_external_files=None, limit=None, display_progress=True, errors_as_string=True):
318318
"""
319319
:param delete_external_files: True or False. If False, only the tracking info is removed from the
320320
external store table but the external files remain intact. If True, then the external files

0 commit comments

Comments
 (0)