Skip to content

Commit 632166e

Browse files
committed
update to docstring
1 parent b6108ff commit 632166e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: mypy
7070
run: |
7171
pip install mypy==0.931
72-
mypy --install-types requirements.txt
72+
mypy --install-types --non-interactive src/
7373
mypy -p labelbox --pretty --show-error-codes
7474
- name: Install package and test dependencies
7575
run: |

0 commit comments

Comments
 (0)