removed unused reference

This commit is contained in:
asaki222 2024-09-10 11:52:17 -04:00
parent 1203e54352
commit acfaaa0b14
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4
3 changed files with 0 additions and 4 deletions

View file

@ -11,7 +11,6 @@ from django.urls import NoReverseMatch, reverse
from registrar.models.user import User
from registrar.models.utility.generic_helper import replace_url_queryparams
from registrar.views.utility.permission_views import UserProfilePermissionView
from waffle.decorators import waffle_flag
logger = logging.getLogger(__name__)