Fixed relative import

This commit is contained in:
Maximilian Giller 2024-05-06 22:05:21 +02:00
parent f6b6e99457
commit 3ced1992a5

View file

@ -4,7 +4,7 @@ from fastapi import APIRouter
import os
import csv
from handlers.bett import file_path, local_history, log_bed_weights
from .handlers.bett import file_path, local_history, log_bed_weights
router = APIRouter()