aboutsummaryrefslogtreecommitdiff
path: root/order-service/app/init_db.py
diff options
context:
space:
mode:
authoralex <[email protected]>2026-07-16 15:02:05 +0200
committeralex <[email protected]>2026-07-16 15:02:05 +0200
commit4bc19be227f95ec06d33bca1b19bfa60afef99c6 (patch)
treebb8612ccca658474138ada62a9ea392f0444f4c3 /order-service/app/init_db.py
parent8e12cb9bb66adc7adaf6d276133d6f235d294d23 (diff)
downloadorder-inventory-system-4bc19be227f95ec06d33bca1b19bfa60afef99c6.tar.xz
order-inventory-system-4bc19be227f95ec06d33bca1b19bfa60afef99c6.zip
order is now sent to kafka
Diffstat (limited to 'order-service/app/init_db.py')
-rw-r--r--order-service/app/init_db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/order-service/app/init_db.py b/order-service/app/init_db.py
index 7ee1465..88a3149 100644
--- a/order-service/app/init_db.py
+++ b/order-service/app/init_db.py
@@ -1,6 +1,6 @@
from app.core.database import engine, Base
-from app.models.order import Order, OrderItem
+from app.models.order import Order, OrderItem # noqa: F401
def init_database():