diff options
Diffstat (limited to '.pytype/pyi')
-rw-r--r-- | .pytype/pyi/noxfile.pyi | 21 | ||||
-rw-r--r-- | .pytype/pyi/text_recognizer/__init__.pyi | 3 |
2 files changed, 0 insertions, 24 deletions
diff --git a/.pytype/pyi/noxfile.pyi b/.pytype/pyi/noxfile.pyi deleted file mode 100644 index d0ad1c1..0000000 --- a/.pytype/pyi/noxfile.pyi +++ /dev/null @@ -1,21 +0,0 @@ -# (generated with --quick) - -from typing import Any, Tuple - -Session: Any -black: Any -coverage: Any -docs: Any -lint: Any -locations: Tuple[str, str, str] -mypy: Any -nox: Any -package: str -pytype: Any -safety: Any -tempfile: module -tests: Any -typeguard: Any -xdoctest: Any - -def install_with_constraints(session, *args: str, **kwargs) -> None: ... diff --git a/.pytype/pyi/text_recognizer/__init__.pyi b/.pytype/pyi/text_recognizer/__init__.pyi deleted file mode 100644 index 716613c..0000000 --- a/.pytype/pyi/text_recognizer/__init__.pyi +++ /dev/null @@ -1,3 +0,0 @@ -# (generated with --quick) - -__version__: str |