Skip to content

Commit 41b3a72

Browse files
committed
flake8
1 parent d109be9 commit 41b3a72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

osf/management/commands/export_user_account.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ def export_account(user_id, path, only_private=False, only_admin=False, export_f
242242
.get_roots()
243243
)
244244

245-
246245
export_resources(projects_to_export, user, projects_dir, 'projects')
247246
export_resources(preprints_to_export, user, preprints_dir, 'preprints')
248247
export_resources(registrations_to_export, user, registrations_dir, 'registrations')

0 commit comments

Comments
 (0)