summaryrefslogtreecommitdiff
path: root/kombu/transport/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/transport/__init__.py')
-rw-r--r--kombu/transport/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kombu/transport/__init__.py b/kombu/transport/__init__.py
index 8a217691..e00e3386 100644
--- a/kombu/transport/__init__.py
+++ b/kombu/transport/__init__.py
@@ -52,6 +52,7 @@ def resolve_transport(transport: str | None = None) -> str | None:
"""Get transport by name.
Arguments:
+ ---------
transport (Union[str, type]): This can be either
an actual transport class, or the fully qualified
path to a transport class, or the alias of a transport.