From b7da2bb6481ef4a8a88ae0b3c41c2b3cd18ca871 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Mon, 19 Dec 2022 13:14:31 +0100 Subject: [PATCH] typos --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index d09d55f..6da9c66 100644 --- a/app/main.py +++ b/app/main.py @@ -12,7 +12,7 @@ from jose import jws, jwk, jwt from jose.constants import ALGORITHMS from starlette.responses import StreamingResponse, JSONResponse -from app.helper import load_key, private_bytes, public_key +from helper import load_key, private_bytes, public_key # todo: initialize certificate (or should be done by user, and passed through "volumes"?)