Skip to content

Commit

Permalink
chore(deps): update dependency pyright to v1.1.325 (#1420)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonas Maison <[email protected]>
  • Loading branch information
renovate[bot] and Jonas1312 authored Aug 31, 2023
1 parent 52e7ce2 commit 5d24b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"pre-commit>=3.3.0,<4.0.0",
"pylint==2.17.5",
"flake8-unused-arguments",
"pyright==1.1.324",
"pyright==1.1.325",
# notebooks tests
"nbformat",
"nbconvert",
Expand Down
2 changes: 1 addition & 1 deletion src/kili/services/export/format/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def _is_job_compatible(self, job: Job) -> bool:
"""Check if the export label format is compatible with the job."""

@property
def compatible_jobs(self) -> Tuple[str]:
def compatible_jobs(self) -> Tuple[str, ...]:
"""Get all job names compatible with the export format."""
return tuple(
job_name
Expand Down

0 comments on commit 5d24b98

Please sign in to comment.