Skip to content

Commit b3057f8

Browse files
author
Vasily Fotin
committed
Updated formatted.py after merge
1 parent 331fca5 commit b3057f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/routes/formatted.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from flask import jsonify
2-
from app import app
3-
from app.data import get_data
2+
from flask import current_app as app
3+
from ..data import get_data
44
from nested_lookup import get_occurrence_of_value
55
from cachetools import cached, TTLCache
66

0 commit comments

Comments
 (0)