mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Restore stubtest 0.930 (#6663)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from typing import overload
|
||||
from typing_extensions import Literal
|
||||
|
||||
LOG_ALERT: int
|
||||
LOG_AUTH: int
|
||||
LOG_AUTHPRIV: Literal[80]
|
||||
LOG_CONS: int
|
||||
LOG_CRIT: int
|
||||
LOG_CRON: int
|
||||
@@ -25,6 +27,7 @@ LOG_NDELAY: int
|
||||
LOG_NEWS: int
|
||||
LOG_NOTICE: int
|
||||
LOG_NOWAIT: int
|
||||
LOG_ODELAY: Literal[4]
|
||||
LOG_PERROR: int
|
||||
LOG_PID: int
|
||||
LOG_SYSLOG: int
|
||||
|
||||
Reference in New Issue
Block a user