Skip to content

Commit 06108fe

Browse files
committed
fix import
1 parent ef147d5 commit 06108fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueprints/v0.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from os import environ as env
66

77
from flask_limiter.util import get_remote_address
8-
from helpers import respond
8+
from common.helpers import respond
99
from flask import Blueprint, abort, jsonify, request
1010
from werkzeug.exceptions import HTTPException
1111
from flask_cors import CORS

0 commit comments

Comments
 (0)