diff --git a/users/management/commands/import_tasks.py b/users/management/commands/import_tasks.py index 913a1e3f..528e58c9 100644 --- a/users/management/commands/import_tasks.py +++ b/users/management/commands/import_tasks.py @@ -24,4 +24,3 @@ def handle(self, *args, **options): user.preference.save(update_fields=["import_status"]) count += 1 self.stdout.write(self.style.SUCCESS(f"{count} users reset")) -