fix flake 8

This commit is contained in:
Kenneth Kehl
2024-07-30 10:30:32 -07:00
parent a8fad883f1
commit 86a2017f91

View File

@@ -27,6 +27,7 @@ from app.utils.time import is_less_than_days_ago
from app.utils.user import is_gov_user
from notifications_utils.url_safe_token import generate_token
def _reformat_keystring(orig):
arr = orig.split("-----")
begin = arr[1]