mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fixed missing imports when breaking out functions
This commit is contained in:
parent
b2599bfadb
commit
b6b4d0dd75
1 changed files with 3 additions and 0 deletions
|
|
@ -1,7 +1,10 @@
|
|||
import pandas as pd
|
||||
from backend.Property import Property
|
||||
from collections import defaultdict
|
||||
from utils.s3 import read_from_s3
|
||||
from recommendations.config import UPGRADES_MAP
|
||||
from backend.app.db.utils import row2dict
|
||||
from backend.app.config import get_settings
|
||||
import msgpack
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue