Skip to content

Commit

Permalink
Update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Nov 25, 2024
1 parent aaf3acc commit 0033ad8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/routes/cutouts/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from flask import Blueprint, Response, jsonify, request
from apps.utils import check_args
from apps.utils.utils import check_args

from apps.routes.cutouts.utils import format_and_send_cutout

Expand Down
6 changes: 3 additions & 3 deletions apps/routes/template/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from flask import Blueprint, Response, jsonify, request
from apps.utils import check_args
from apps.utils import send_tabular_data
from apps.utils.utils import check_args
from apps.utils.utils import send_tabular_data

from apps.template.utils import my_function
from apps.routes.template.utils import my_function

bp = Blueprint("template", __name__)

Expand Down

0 comments on commit 0033ad8

Please sign in to comment.