fix: imported uuid (#2048)

This commit is contained in:
Bavisetti Narayan 2023-09-01 14:41:20 +05:30 committed by GitHub
parent 4ba3ef5c24
commit 1e9f0823f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
from django.conf import settings from django.conf import settings
from django.db import migrations, models from django.db import migrations, models
import django.db.models.deletion import django.db.models.deletion
import uuid
def update_user_timezones(apps, schema_editor): def update_user_timezones(apps, schema_editor):
UserModel = apps.get_model("db", "User") UserModel = apps.get_model("db", "User")