mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Change WatchedFileHandler to inherit from FileHandler (#2947)
This commit is contained in:
committed by
Sebastian Rittau
parent
df953ca385
commit
1726b31013
@@ -26,7 +26,7 @@ DEFAULT_SOAP_LOGGING_PORT: int
|
||||
SYSLOG_UDP_PORT: int
|
||||
SYSLOG_TCP_PORT: int
|
||||
|
||||
class WatchedFileHandler(Handler):
|
||||
class WatchedFileHandler(FileHandler):
|
||||
@overload
|
||||
def __init__(self, filename: _Path) -> None: ...
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user