diff --git a/engine/vibes_auth/forms.py b/engine/vibes_auth/forms.py index 637ff8b8..6457d8e0 100644 --- a/engine/vibes_auth/forms.py +++ b/engine/vibes_auth/forms.py @@ -1,5 +1,4 @@ -from django.contrib.auth.forms import ReadOnlyPasswordHashField -from unfold.forms import UserChangeForm +from django.contrib.auth.forms import ReadOnlyPasswordHashField, UserChangeForm from engine.core.widgets import JSONTableWidget from engine.vibes_auth.models import User