mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Mark python-crontab as completed (#8938)
This commit is contained in:
@@ -2,7 +2,9 @@ from _typeshed import Self, StrOrBytesPath
|
||||
from codecs import StreamReaderWriter
|
||||
from collections.abc import Generator, Iterator
|
||||
from types import TracebackType
|
||||
from typing_extensions import Literal
|
||||
|
||||
PY3: Literal[True]
|
||||
MATCHER: str
|
||||
|
||||
class LogReader:
|
||||
|
||||
Reference in New Issue
Block a user