Skip to content

Commit

Permalink
ruff fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Adibuer-lab committed Nov 8, 2023
1 parent 6f15622 commit b2f9e6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/products/src/products-service/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from flask import request, abort, Response
from typing import List, Dict, Any
from http import HTTPStatus
from werkzeug.exceptions import HTTPException
import json


Expand Down
1 change: 0 additions & 1 deletion src/products/src/products-service/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from server import app
from boto3.dynamodb.types import TypeSerializer, TypeDeserializer
from uuid import uuid4
from decimal import Decimal
from dynamo_setup import ddb_table_categories, ddb_table_products, dynamo_resource

class ProductService:
Expand Down

0 comments on commit b2f9e6b

Please sign in to comment.