We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3597337 commit 80b2d36Copy full SHA for 80b2d36
1 file changed
spawn/eigr/functions/actors/internal/controller.py
@@ -35,7 +35,6 @@
35
Context,
36
Noop,
37
RegistrationRequest,
38
- RegistrationResponse,
39
ServiceInfo,
40
)
41
@@ -44,15 +43,14 @@
44
43
45
from requests.adapters import HTTPAdapter, Retry
46
47
-from typing import Any, MutableMapping
+from typing import MutableMapping
48
49
_sym_db = _symbol_database.Default()
50
51
_DEFAULT_HEADERS = {
52
"Accept": "application/octet-stream",
53
"Content-Type": "application/octet-stream",
54
}
55
-
56
_DEFAULT_MAX_RETRIES = 100
57
_DEFAULT_MAX_RETRIES_BACKOFF_FACTOR = 0.2
58
_REGISTER_URI = "/api/v1/system"
0 commit comments