Skip to content

Commit 95c3e8a

Browse files
committed
update to docstring
1 parent 632166e commit 95c3e8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ jobs:
6868
python -m pip install .
6969
- name: mypy
7070
run: |
71-
pip install mypy==0.931
72-
mypy --install-types --non-interactive src/
71+
pip install mypy==0.782
7372
mypy -p labelbox --pretty --show-error-codes
7473
- name: Install package and test dependencies
7574
run: |

0 commit comments

Comments
 (0)