1
Fork 0
mirror of https://github.com/Steffo99/greed.git synced 2024-11-24 06:44:19 +00:00

Wrong comment fixed

This commit is contained in:
Santiago Valenzuela 2020-12-09 19:13:33 -06:00
parent 266ca37e8e
commit 13ff41c147

View file

@ -153,7 +153,7 @@ class Product(DeferredReflection, TableDeclarativeBase):
self.image = r.content self.image = r.content
class Category(DeferredReflection, TableDeclarativeBase): class Category(DeferredReflection, TableDeclarativeBase):
"""A purchasable product.""" """A category for products."""
# Category id # Category id
id = Column(Integer, primary_key=True) id = Column(Integer, primary_key=True)