Skip to content

Commit

Permalink
attempt to fix pylint crash
Browse files Browse the repository at this point in the history
Signed-off-by: Kial Jinnah <[email protected]>
  • Loading branch information
kialj876 committed Jan 29, 2025
1 parent 4baa502 commit 73a9a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strr-api/src/strr_api/services/gcp_queue_publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from flask import current_app
from simple_cloudevent import SimpleCloudEvent

from .gcp_queue import GcpQueue, queue
from strr_api.services.gcp_queue import GcpQueue, queue


@dataclass
Expand Down

0 comments on commit 73a9a86

Please sign in to comment.