Skip to content

Commit d22e83a

Browse files
committed
Added Import RuleSetEndpoint
1 parent 7716d38 commit d22e83a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/botocore/test_endpoint_provider.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@
1616
import os
1717

1818
import pytest
19+
1920
from botocore.endpoint_provider import (
2021
EndpointProvider,
2122
EndpointRule,
2223
ErrorRule,
2324
RuleCreator,
2425
RuleSet,
2526
RuleSetStandardLibary,
26-
TreeRule,
27+
TreeRule, RuleSetEndpoint,
2728
)
2829
from botocore.exceptions import (
2930
EndpointResolutionError,

0 commit comments

Comments
 (0)