[stubsabot junior] Bump babel to 2.11.* (#9064)

This commit is contained in:
Nikita Sobolev
2022-11-02 11:15:36 +03:00
committed by GitHub
parent a3ce512095
commit ab9988a5ed
4 changed files with 3 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
version = "2.10.*"
version = "2.11.*"
requires = ["types-pytz"]

View File

@@ -124,7 +124,6 @@ class DateTimePattern:
pattern: Any
format: Any
def __init__(self, pattern, format) -> None: ...
def __unicode__(self): ...
def __mod__(self, other): ...
def apply(self, datetime, locale): ...

View File

@@ -13,8 +13,7 @@ class _NormalizedString:
def __init__(self, *args) -> None: ...
def append(self, s) -> None: ...
def denormalize(self): ...
def __nonzero__(self): ...
__bool__: Any
def __bool__(self) -> bool: ...
def __cmp__(self, other): ...
def __gt__(self, other): ...
def __lt__(self, other): ...

View File

@@ -20,11 +20,10 @@ class LazyProxy:
@property
def value(self): ...
def __contains__(self, key): ...
def __nonzero__(self): ...
def __bool__(self) -> bool: ...
def __dir__(self): ...
def __iter__(self): ...
def __len__(self): ...
def __unicode__(self): ...
def __add__(self, other): ...
def __radd__(self, other): ...
def __mod__(self, other): ...