run black
This commit is contained in:
@@ -5,4 +5,11 @@ from .category import Category
|
||||
from .contract_customer import ContractCustomer
|
||||
from .inquiry import Inquiry
|
||||
from .product import Material, Product
|
||||
from .order import Order, OrderField, OrderRow, OrderRowField, OrderRowDetail, OrderOrderField
|
||||
from .order import (
|
||||
Order,
|
||||
OrderField,
|
||||
OrderRow,
|
||||
OrderRowField,
|
||||
OrderRowDetail,
|
||||
OrderOrderField,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user