Skip to content

Commit

Permalink
fix: インポート問題の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashitom committed Sep 7, 2024
1 parent c9d6a85 commit 225a468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/flask_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"""

from flask import Flask, request, jsonify, send_file
from detect_object import DetectObject
from src.csv_to_json import CSVToJSONConverter
from ..detect_object import DetectObject
from ..csv_to_json import CSVToJSONConverter
import os
import sys
import socket
Expand Down

0 comments on commit 225a468

Please sign in to comment.