fixed import errors

This commit is contained in:
Beverly Nguyen
2024-06-11 15:28:46 -07:00
parent 53c938ebc6
commit c8fb1b2f91
2 changed files with 2 additions and 3 deletions

View File

@@ -591,7 +591,7 @@
"filename": "tests/app/main/views/test_sign_in.py",
"hashed_secret": "8b8b69116ee882b5e987e330f55db81aba0636f9",
"is_verified": false,
"line_number": 91,
"line_number": 90,
"is_secret": false
}
],
@@ -702,5 +702,5 @@
}
]
},
"generated_at": "2024-06-11T21:01:12Z"
"generated_at": "2024-06-11T22:26:18Z"
}

View File

@@ -3,7 +3,6 @@ import uuid
import pytest
from flask import url_for
from app.main.views.sign_in import _reformat_keystring
from app.models.user import User
from tests.conftest import SERVICE_ONE_ID, normalize_spaces