mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 09:48:40 +08:00
Remove unnecessary F821 noqas (#10123)
This commit is contained in:
@@ -3,8 +3,8 @@ from _typeshed import Incomplete
|
||||
MAC_EPOCH: Incomplete
|
||||
WINDOWS_EPOCH: Incomplete
|
||||
# The following two constants are defined twice in the implementation.
|
||||
CALENDAR_WINDOWS_1900 = WINDOWS_EPOCH # noqa: F821
|
||||
CALENDAR_MAC_1904 = MAC_EPOCH # noqa: F821
|
||||
CALENDAR_WINDOWS_1900 = WINDOWS_EPOCH
|
||||
CALENDAR_MAC_1904 = MAC_EPOCH
|
||||
SECS_PER_DAY: int
|
||||
ISO_FORMAT: str
|
||||
ISO_REGEX: Incomplete
|
||||
|
||||
Reference in New Issue
Block a user