Skip to content

Commit

Permalink
Use kombu json in GCP pub/sub ConsumerProducer
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed Mar 29, 2024
1 parent f858d34 commit 46743f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zentral/core/queues/backends/google_pubsub/consumer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json
import logging
import signal
from kombu.utils import json
from django.utils.functional import cached_property
from google.api_core.exceptions import AlreadyExists
from google.cloud import pubsub_v1
Expand Down

0 comments on commit 46743f0

Please sign in to comment.