eggie5-adyen commited on
Commit
04eb088
1 Parent(s): c255c63
Files changed (1) hide show
  1. app/jupyter_api.py +2 -0
app/jupyter_api.py CHANGED
@@ -4,6 +4,8 @@ from pydantic import BaseModel
4
  from jupyter_client import KernelManager
5
  from threading import Lock
6
  import asyncio
 
 
7
 
8
  app = FastAPI()
9
 
 
4
  from jupyter_client import KernelManager
5
  from threading import Lock
6
  import asyncio
7
+ from typing import Optional
8
+
9
 
10
  app = FastAPI()
11