mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-12-04 05:45:59 +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__ = [
|
||||
"new_basket",
|
||||
"update_basket",
|
||||
"additional_unpriced_product",
|
||||
"delete_basket",
|
||||
"list_baskets",
|
||||
"additional_unpriced_product",
|
||||
"new_basket",
|
||||
"price_preview",
|
||||
"update_basket",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue