Skip to content

Commit 54d1f4c

Browse files
Update src/ghga_service_commons/transports/config.py
Co-authored-by: Byron Himes <[email protected]>
1 parent 0503d1d commit 54d1f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ghga_service_commons/transports/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class CacheTransportConfig(BaseSettings):
3535
)
3636

3737

38-
class RatelimitingTransportConfig(BaseSettings):
38+
class RateLimitingTransportConfig(BaseSettings):
3939
"""Configuration options for a rate limiting HTTPTransport."""
4040

4141
jitter: NonNegativeFloat = Field(

0 commit comments

Comments
 (0)