File tree 4 files changed +72
-80
lines changed
4 files changed +72
-80
lines changed Original file line number Diff line number Diff line change 1
1
name : Bump version
2
2
3
3
on :
4
- release :
5
- types : [published]
4
+ # release:
5
+ # types: [published]
6
6
workflow_dispatch :
7
7
inputs :
8
8
version :
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ from botocore.discovery import EndpointDiscoveryManager as EndpointDiscoveryMana
12
12
from botocore .discovery import (
13
13
block_endpoint_discovery_required_operations as block_endpoint_discovery_required_operations ,
14
14
)
15
- from botocore .endpoint_provider import (
16
- ENDPOINT_RESOLUTION_V2_SERVICES as ENDPOINT_RESOLUTION_V2_SERVICES ,
17
- )
18
- from botocore .endpoint_provider import FORCE_ENDPOINT_RESOLUTION_V2 as FORCE_ENDPOINT_RESOLUTION_V2
19
15
from botocore .exceptions import ClientError as ClientError
20
16
from botocore .exceptions import DataNotFoundError as DataNotFoundError
21
17
from botocore .exceptions import (
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ from botocore.utils import normalize_url_path as normalize_url_path
16
16
from botocore .utils import percent_encode as percent_encode
17
17
18
18
logger : logging .Logger = ...
19
- ENDPOINT_RESOLUTION_V2_SERVICES : List [str ] = ...
20
- FORCE_ENDPOINT_RESOLUTION_V2 : bool = ...
21
19
TEMPLATE_STRING_RE : Pattern [str ] = ...
22
20
GET_ATTR_RE : Pattern [str ] = ...
23
21
VALID_HOST_LABEL_RE : Pattern [str ] = ...
You can’t perform that action at this time.
0 commit comments