From 414d28cc9e4cd4c618c9c0954cffb50757c2934e Mon Sep 17 00:00:00 2001 From: Yantao Luo <49816287+luoyantao99@users.noreply.github.com> Date: Thu, 30 Nov 2023 18:03:32 -0500 Subject: [PATCH] Update routes.py --- service/routes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/service/routes.py b/service/routes.py index 6042b4e..3b574ba 100644 --- a/service/routes.py +++ b/service/routes.py @@ -4,7 +4,6 @@ Describe what your service does here """ -import sqlalchemy from flask import jsonify, request, abort, url_for from service.common import status # HTTP Status Codes from service.models import Product, Category, db