diff --git a/market/bp/product/services/__init__.py b/market/bp/product/services/__init__.py index ce711a7..ee62602 100644 --- a/market/bp/product/services/__init__.py +++ b/market/bp/product/services/__init__.py @@ -1,3 +1,3 @@ -from .product_operations import toggle_product_like, massage_full_product +from .product_operations import massage_full_product -__all__ = ["toggle_product_like", "massage_full_product"] +__all__ = ["massage_full_product"]