diff options
author | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-24 22:02:16 +0100 |
---|---|---|
committer | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-24 22:02:16 +0100 |
commit | 2c52bbb05a4a1fda6a48d6940768dc5ebebe9dbd (patch) | |
tree | fb7646776c60dce43fa2b04fadd2dd6bcaaaa692 /.pytype/pyi | |
parent | 905eeeb4c3c0ba54b5414eb8f435e2e9870b7307 (diff) |
removed files
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 |