Skip to content

Commit 80b2d36

Browse files
committed
Adjusts
1 parent 3597337 commit 80b2d36

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

spawn/eigr/functions/actors/internal/controller.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
Context,
3636
Noop,
3737
RegistrationRequest,
38-
RegistrationResponse,
3938
ServiceInfo,
4039
)
4140

@@ -44,15 +43,14 @@
4443

4544
from requests.adapters import HTTPAdapter, Retry
4645

47-
from typing import Any, MutableMapping
46+
from typing import MutableMapping
4847

4948
_sym_db = _symbol_database.Default()
5049

5150
_DEFAULT_HEADERS = {
5251
"Accept": "application/octet-stream",
5352
"Content-Type": "application/octet-stream",
5453
}
55-
5654
_DEFAULT_MAX_RETRIES = 100
5755
_DEFAULT_MAX_RETRIES_BACKOFF_FACTOR = 0.2
5856
_REGISTER_URI = "/api/v1/system"

0 commit comments

Comments
 (0)