Skip to content

Commit

Permalink
Update stubs to 1.29.26
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 8, 2022
1 parent 59dcfbd commit c08b07a
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 89 deletions.
4 changes: 3 additions & 1 deletion botocore-stubs/endpoint_provider.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CACHE_SIZE: int = ...
ARN_PARSER: ArnParser = ...
STRING_FORMATTER: Formatter = ...

class RuleSetStandardLibary:
class RuleSetStandardLibrary:
def __init__(self, partitions_data: Dict[str, Any]) -> None:
self.partitions_data: Dict[str, Any]
def is_func(self, argument: Any) -> bool: ...
Expand All @@ -48,6 +48,8 @@ class RuleSetStandardLibary:
def substring(self, value: str, start: int, stop: int, reverse: bool) -> str: ...
def aws_is_virtual_hostable_s3_bucket(self, value: str, allow_subdomains: bool) -> bool: ...

RuleSetStandardLibary = RuleSetStandardLibrary

class BaseRule:
def __init__(
self, conditions: Iterable[Callable[..., Any]], documentation: Optional[str] = ...
Expand Down
Loading

0 comments on commit c08b07a

Please # to comment.