Skip to content

Commit a436a46

Browse files
committed
Rename ecommerce to ecommerce_sql_yml and fix ruff
1 parent c376f4d commit a436a46

8 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

examples/ecommerce/data/create_db.py renamed to examples/ecommerce_sql_yml/data/create_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def create_database():
169169
""")
170170

171171
# Generate order items
172-
print(f"Generating order items...")
172+
print("Generating order items...")
173173
order_items = []
174174
order_item_id = 1
175175
order_totals = {}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)