fix(chart): Fixed a bug with dependency paths

This commit is contained in:
Данил 2024-12-16 21:40:22 +03:00
parent 9db37e8300
commit 872c2836bc
7 changed files with 11 additions and 11 deletions

View file

@ -10,7 +10,7 @@ from dateutil.relativedelta import relativedelta
from fastapi import APIRouter, status, Request, Response
from chart.function.create_chart import create_chart
from function.create_chart import create_chart
router = APIRouter()