8000 [pre-commit.ci] auto fixes from pre-commit.com hooks · python/typeshed@294f9e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 294f9e6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent c9a845d commit 294f9e6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

stubs/pytz/pytz/reference.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
from _typeshed import Incomplete
22
from datetime import tzinfo
3+
34
from pytz import UTC as UTC
45

56
class FixedOffset(tzinfo):
67
def __init__(self, offset, name) -> None: ...
78
def utcoffset(self, dt): ...
89
def tzname(self, dt): ...
910
def dst(self, dt): ...
11+
1012
DSTOFFSET = STDOFFSET
1113

1214
class LocalTimezone(tzinfo):

stubs/stdlib-list/stdlib_list/fetch.pyi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ class DummyConfig:
66
intersphinx_timeout: Incomplete
77
user_agent: str
88
tls_verify: bool
9-
def __init__(self, intersphinx_mapping: Incomplete | None = ..., intersphinx_cache_limit: int = ..., intersphinx_timeout: Incomplete | None = ...) -> None: ...
9+
def __init__(
10+
self,
11+
intersphinx_mapping: Incomplete | None = ...,
12+
intersphinx_cache_limit: int = ...,
13+
intersphinx_timeout: Incomplete | None = ...,
14+
) -> None: ...
1015

1116
class DummyApp:
1217
srcdir: Incomplete

0 commit comments

Comments
 (0)
0