RAPTOR v18.4: Исправлена отчетность, активированы выходные
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from typing import Protocol
|
||||
|
||||
|
||||
class RetryClientSettingsProtocol(Protocol):
|
||||
use_retry: bool
|
||||
max_retry_attempt: int
|
||||
Reference in New Issue
Block a user