Skip to content

Commit 5247fae

Browse files
committed
Removed unused import
1 parent c1be4b3 commit 5247fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mrmat_python_api_flask/apis/healthz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
from flask import Blueprint, request
23+
from flask import Blueprint
2424

2525
bp = Blueprint('healthz', __name__)
2626

0 commit comments

Comments
 (0)