mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
remove os from plan router
This commit is contained in:
parent
ad9eec8924
commit
3343e27834
2 changed files with 0 additions and 4 deletions
|
|
@ -37,9 +37,6 @@ class OrdnanceSuveyClient:
|
|||
response = requests.get(url)
|
||||
if response.status_code == 200:
|
||||
data = response.json()
|
||||
|
||||
# Extract the UPRN from the data
|
||||
# Note: This example assumes that the first result is the correct one, which might not always be the case.
|
||||
results = data['results']
|
||||
self.results = results
|
||||
else:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ from datetime import datetime
|
|||
import numpy as np
|
||||
import pandas as pd
|
||||
from epc_api.client import EpcClient
|
||||
from backend.OrdnanceSurvey import OrdnanceSuveyClient
|
||||
from fastapi import APIRouter, Depends
|
||||
from sqlalchemy.exc import IntegrityError, OperationalError
|
||||
from sqlalchemy.orm import sessionmaker
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue