mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-12-04 13:53:36 +01:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
d36ea48df6
commit
dd46cbdf11
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@ from .basket import (
|
||||||
)
|
)
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"new_basket",
|
"additional_unpriced_product",
|
||||||
"update_basket",
|
|
||||||
"delete_basket",
|
"delete_basket",
|
||||||
"list_baskets",
|
"list_baskets",
|
||||||
"additional_unpriced_product",
|
"new_basket",
|
||||||
"price_preview",
|
"price_preview",
|
||||||
|
"update_basket",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue