Skip to content

Commit 2be12d3

Browse files
committed
PYTHON-2504 codec_options is no longer shadowed
1 parent 6f4af5a commit 2be12d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test-python.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ jobs:
6363
- name: Run mypy
6464
run: |
6565
mypy --install-types --non-interactive bson gridfs tools pymongo
66-
# Test overshadowed codec_options.py file
67-
mypy --install-types --non-interactive bson/codec_options.py
6866
mypy --install-types --non-interactive --disable-error-code var-annotated --disable-error-code attr-defined --disable-error-code union-attr --disable-error-code assignment --disable-error-code no-redef --disable-error-code index --allow-redefinition --allow-untyped-globals --exclude "test/mypy_fails/*.*" test
6967
python -m pip install -U typing_extensions
7068
mypy --install-types --non-interactive test/test_typing.py test/test_typing_strict.py

0 commit comments

Comments
 (0)