formatted long lines for readability and removed unused imports

This commit is contained in:
David Kennedy 2023-11-02 10:53:46 -04:00
parent 91d8ee1afe
commit 812331681b
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 11 additions and 9 deletions

View file

@ -3,7 +3,6 @@ import logging
import ipaddress
import re
from datetime import date
from string import digits
from typing import Optional
from django_fsm import FSMField, transition, TransitionNotAllowed # type: ignore