mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Move processor.py out of ingestion directory
This commit is contained in:
parent
b1aca16be0
commit
e277e270ab
3 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ from typing import Mapping, Any
|
|||
from io import BytesIO
|
||||
|
||||
from utils.logger import setup_logger
|
||||
from ingestion.processor import process_file
|
||||
from backend.condition.processor import process_file
|
||||
|
||||
|
||||
logger = setup_logger()
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from pathlib import Path
|
||||
|
||||
from ingestion.processor import process_file
|
||||
from backend.condition.processor import process_file
|
||||
|
||||
def main() -> None:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue