Skip to content

Commit

Permalink
fix: import文の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya121 committed Aug 31, 2024
1 parent 5eef34e commit 025ee87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/server/flask_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@

from fileinput import filename
import os
import sys
import socket
import platform
from flask_cors import CORS
from csv_to_json import CSVToJSONConverter
from official_interface import OfficialInterface
from ..csv_to_json import CSVToJSONConverter
from ..official_interface import OfficialInterface

from flask import Flask, request, jsonify, send_file

Expand Down

0 comments on commit 025ee87

Please sign in to comment.