Skip to content

Commit

Permalink
fix: remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky committed Dec 11, 2024
1 parent a79ae50 commit 695df5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion marketplace/services/vtex/generic_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def __init__(
webhook: Optional[dict] = None,
sellers_ids: list[str] = None,
product_feed: Optional[ProductFeed] = None,

):
"""
Service for processing product updates via VTEX webhooks.
Expand Down
3 changes: 0 additions & 3 deletions marketplace/wpp_products/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
from marketplace.services.vtex.generic_service import APICredentials
from marketplace.applications.models import App

from django_redis import get_redis_connection

from marketplace.wpp_products.utils import (
ProductBatchUploader,
ProductUploader,
Expand Down Expand Up @@ -675,7 +673,6 @@ def task_dequeue_webhooks(app_uuid: str, celery_queue: str):
print(
f"Starting dequeue process for App: {app_uuid}. Total items: {queue.length()}"
)
import time

while True:
# Renew the lock to ensure we don't lose it while processing
Expand Down

0 comments on commit 695df5e

Please sign in to comment.