Skip to content

Commit

Permalink
v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JimVincentW committed Sep 4, 2023
1 parent 9f28bd1 commit fa13250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from flask import Flask, jsonify, request
import api_main as main # import your refactored main script
from api_main import DocumentHandler
from main import DocumentHandler
import logging

app = Flask(__name__)
Expand Down

0 comments on commit fa13250

Please sign in to comment.