Fix test + lint

This commit is contained in:
zandercymatics 2024-04-22 11:08:59 -06:00
parent 68e44eb98e
commit 2a7eb6db81
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 7 additions and 6 deletions

View file

@ -6,7 +6,7 @@ from registrar.models import (
User,
UserGroup,
)
from registrar.models.verified_by_staff import VerifiedByStaff
fake = Faker()
logger = logging.getLogger(__name__)