Explorar el Código

delete an unused import

chenhaiyang hace 4 años
padre
commit
0db1ef9922
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/controllers/targets/temperature.py

+ 0 - 1
app/controllers/targets/temperature.py

@@ -6,7 +6,6 @@ from typing import Dict, Tuple
 import arrow
 import numpy as np
 import pandas as pd
-from fastapi import HTTPException
 from httpx import AsyncClient
 from loguru import logger
 from sqlalchemy.orm import Session