code styling

This commit is contained in:
Oscar Krause
2022-12-29 20:40:42 +01:00
parent c0ab3a589f
commit fa3a06a360
3 changed files with 22 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ sys.path.append('../')
sys.path.append('../app')
from app import main
from app.util import generate_key, load_key
from app.util import load_key
client = TestClient(main.app)