Browse Source

[heatpump] fix import uvicorn

Maxime Alves LIRMM@home 3 years ago
parent
commit
44f4598b0b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      pyheatpump/heatpump.py

+ 1
- 0
pyheatpump/heatpump.py View File

@@ -4,6 +4,7 @@ from starlette.routing import Router, Route
4 4
 from starlette.responses import JSONResponse
5 5
 from .config import config
6 6
 from .lib import shift_response
7
+import uvicorn
7 8
 
8 9
 from pyheatpump.models import *
9 10
 

Loading…
Cancel
Save