Skip to content

Commit

Permalink
Fixing some service unavailable errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamgutgutia committed Sep 2, 2024
1 parent 5efa0ab commit 64d9bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/createDf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pandas import read_csv, read_excel,read_json
from pandas import read_csv, read_excel

def createDf(requestFiles):
if "file" not in requestFiles or not requestFiles["file"]:
Expand Down

0 comments on commit 64d9bac

Please sign in to comment.