Skip to content

Commit 16f455b

Browse files
committed
update to docstring
1 parent 4801391 commit 16f455b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
- name: mypy
7070
run: |
7171
pip install mypy==0.931
72+
mypy --install-types
7273
mypy -p labelbox --pretty --show-error-codes
7374
- name: Install package and test dependencies
7475
run: |

labelbox/schema/project.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,10 @@ def export_labels(self, download=False, timeout_seconds=600, **kwargs):
248248
Will only generate a new URL at a max frequency of 30 min.
249249
250250
Args:
251+
download (bool): Returns the url if False
251252
timeout_seconds (float): Max waiting time, in seconds.
253+
start (str): Earliest date for labels, formatted "YYYY-MM-DD"
254+
end (str): Latest date for labels, formatted "YYYY-MM-DD"
252255
Returns:
253256
URL of the data file with this Project's labels. If the server didn't
254257
generate during the `timeout_seconds` period, None is returned.

0 commit comments

Comments
 (0)