Defer connection to systemd journal
This commit is contained in:
@@ -50,8 +50,8 @@ if sys.version_info >= (3, 8):
|
||||
|
||||
@runtime_checkable
|
||||
class ErrorStream(Protocol):
|
||||
def flush(self) -> None: ...
|
||||
def write(self, s: str) -> None: ...
|
||||
def flush(self) -> object: ...
|
||||
def write(self, s: str) -> object: ...
|
||||
else:
|
||||
ErrorStream = Any
|
||||
InputStream = Any
|
||||
|
||||
Reference in New Issue
Block a user