Skip to content

Commit 0ad024d

Browse files
committed
feat(DEVC-2097): fix lint
1 parent a7d6a07 commit 0ad024d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/corva/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ class Settings(BaseSettings):
6060
POOL_MAX_SIZE: int = 20 # Max connections count per pool/host
6161
POOL_BLOCK: bool = True # Wait until connection released
6262

63-
# retry
64-
MAX_RETRY_COUNT: int = DEFAULT_MAX_RETRY_COUNT # If `0` then retries will be disabled
63+
# retry. If `0` then retries will be disabled
64+
MAX_RETRY_COUNT: int = DEFAULT_MAX_RETRY_COUNT
6565
BACKOFF_FACTOR: float = 1.0
6666

6767
OTEL_LOG_SENDING_DISABLED: bool = False

0 commit comments

Comments
 (0)