dxania/Store_Manager_APIs

View on GitHub
app/models/product_models.py

Summary

Maintainability
A
45 mins
Test Coverage

Function __init__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(self, product_id, product_name, model_no, product_category, unit_price, product_quantity):
Severity: Minor
Found in app/models/product_models.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status