Skip to content

Commit 2abfe12

Browse files
committed
Rename module to nats.py
1 parent eae7460 commit 2abfe12

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

kombu/transport/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def supports_librabbitmq() -> bool | None:
4545
'azureservicebus': 'kombu.transport.azureservicebus:Transport',
4646
'pyro': 'kombu.transport.pyro:Transport',
4747
'gcpubsub': 'kombu.transport.gcpubsub:Transport',
48-
'nats': 'kombu.transport.nats_jetstream:Transport',
48+
'nats': 'kombu.transport.nats:Transport',
4949
}
5050

5151
_transport_cache = {}

0 commit comments

Comments
 (0)