From c89f40aa1fda4116812f3e7985cd47ccd51b45b5 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Thu, 10 Apr 2025 22:34:47 +0200 Subject: [PATCH] Remove: old comment --- backend/api/user/management/commands/backfill_user_profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/user/management/commands/backfill_user_profiles.py b/backend/api/user/management/commands/backfill_user_profiles.py index 1fe7275..48237cd 100644 --- a/backend/api/user/management/commands/backfill_user_profiles.py +++ b/backend/api/user/management/commands/backfill_user_profiles.py @@ -1,7 +1,7 @@ # api/user/management/commands/backfill_user_profiles.py from django.core.management.base import BaseCommand from django.contrib.auth.models import User -from api.user.models import UserProfile # assuming you have a UserProfile model +from api.user.models import UserProfile class Command(BaseCommand):