Upgrade black version (#7089)

This commit is contained in:
Shantanu
2022-01-30 16:27:06 -08:00
committed by GitHub
parent 9854926289
commit b88a6f19cd
173 changed files with 496 additions and 2 deletions

View File

@@ -9,13 +9,16 @@ if sys.platform == "win32":
localkey: Any
WEEKS: Any
def list_timezones(): ...
class win32tz(datetime.tzinfo):
data: Any
def __init__(self, name) -> None: ...
def utcoffset(self, dt): ...
def dst(self, dt): ...
def tzname(self, dt): ...
def pickNthWeekday(year, month, dayofweek, hour, minute, whichweek): ...
class win32tz_data:
display: Any
dstname: Any
@@ -33,4 +36,5 @@ if sys.platform == "win32":
dsthour: Any
dstminute: Any
def __init__(self, path) -> None: ...
def valuesToDict(key): ...