Browse Source

delete an unused import

chenhaiyang 4 years ago
parent
commit
0db1ef9922
1 changed files with 0 additions and 1 deletions
  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