GImInI commited on
Commit
a20d768
1 Parent(s): dfa1740

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -38,7 +38,6 @@ def get_csv_file(docs):
38
 
39
  def get_json_file(docs):
40
 
41
- import json
42
  # UploadedFile을 임시 파일로 저장
43
  temp_dir = tempfile.TemporaryDirectory()
44
  temp_filepath = os.path.join(temp_dir.name, "temp_file.json")
 
38
 
39
  def get_json_file(docs):
40
 
 
41
  # UploadedFile을 임시 파일로 저장
42
  temp_dir = tempfile.TemporaryDirectory()
43
  temp_filepath = os.path.join(temp_dir.name, "temp_file.json")