Skip to content

Commit

Permalink
Updating JSONEncoder to import from json
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Aug 7, 2024
1 parent ccebd9b commit 3664593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patientsearch/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
session,
send_from_directory,
)
from flask.json import JSONEncoder
from json import JSONEncoder
import jwt
import requests
from werkzeug.exceptions import Unauthorized, Forbidden
Expand Down

0 comments on commit 3664593

Please sign in to comment.