Skip to content

Commit 044c5b0

Browse files
Update src/ghga_service_commons/transports/factory.py
Co-authored-by: Byron Himes <[email protected]>
1 parent 65da672 commit 044c5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ghga_service_commons/transports/factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def create_ratelimiting_retry_transport(
5050
return cls._create_common_transport_layers(config, limits=limits)
5151

5252
@classmethod
53-
def create_ratelimiting_retry_transport_with_cache(
53+
def create_cached_ratelimiting_retry_transport(
5454
cls, config: CompositeCacheConfig, limits: Limits | None = None
5555
) -> AsyncCacheTransport:
5656
"""Creates a retry transport, wrapping a rate limiting transport, wrapping a cache transport, wrapping an AsyncHTTPTransport."""

0 commit comments

Comments
 (0)