summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2021-11-21 14:23:40 -0800
committerJohn L. Villalovos <john@sodarock.com>2021-11-21 22:37:56 -0800
commit0c22bd921bc74f48fddd0ff7d5e7525086264d54 (patch)
treea2ada4f56bdff4ec585ce4674234f30e0400a1e0 /pyproject.toml
parentd04e557fb09655a0433363843737e19d8e11c936 (diff)
downloadgitlab-0c22bd921bc74f48fddd0ff7d5e7525086264d54.tar.gz
chore: add type-hints to gitlab/v4/objects/files.pyjlvillal/mypy_epics
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 01839ec..8e0c4b4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,6 @@ files = "."
module = [
"docs.*",
"docs.ext.*",
- "gitlab.v4.objects.files",
"tests.functional.*",
"tests.functional.api.*",
"tests.meta.*",