Code cleanup

This commit is contained in:
zandercymatics 2024-01-09 13:31:32 -07:00
parent 91ed4a598c
commit ab6cbb93c6
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
5 changed files with 59 additions and 26 deletions

View file

@ -2,6 +2,7 @@ import logging
import sys
from typing import List
from registrar.utility.enums import LogCode
logger = logging.getLogger(__name__)