Browse Source

delete an unused import

chenhaiyang 4 năm trước cách đây
mục cha
commit
0db1ef9922
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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