formatted for code readability

This commit is contained in:
David Kennedy 2024-07-29 13:58:56 -04:00
parent 8e3c821aa0
commit bb9fe819d7
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
4 changed files with 2 additions and 4 deletions

View file

@ -10,7 +10,6 @@ from registrar.models import (
User,
)
from .common import create_test_user
from .test_views import TestWithUser
from waffle.testutils import override_flag
import logging