Mark python-crontab as completed (#8938)

This commit is contained in:
Nikita Sobolev
2022-10-20 11:37:42 +03:00
committed by GitHub
parent 27d4113779
commit 79d331286f
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Re-export:
crontabs.X_OK

View File

@@ -1 +1,4 @@
version = "2.6.*"
[tool.stubtest]
ignore_missing_stub = false

View File

@@ -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: