crontab: upstream did some py2 cleanup (#9406)

Fixes #9405
This commit is contained in:
Shantanu
2022-12-23 21:41:47 -06:00
committed by GitHub
parent 8671fc5c0f
commit 8c0964714c
2 changed files with 1 additions and 8 deletions

View File

@@ -2,9 +2,7 @@ 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: