mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Mark python-crontab as completed (#8938)
This commit is contained in:
2
stubs/python-crontab/@tests/stubtest_allowlist.txt
Normal file
2
stubs/python-crontab/@tests/stubtest_allowlist.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# Re-export:
|
||||
crontabs.X_OK
|
||||
@@ -1 +1,4 @@
|
||||
version = "2.6.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
@@ -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