better type annotation fir id lookup
This commit is contained in:
parent
3fe8e28a68
commit
4516ca3149
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ def _project_lookup_by_alias(db: Path, alias: str) -> str:
|
||||||
return str(results[0][0])
|
return str(results[0][0])
|
||||||
|
|
||||||
|
|
||||||
def _project_lookup_by_id(db: Path, uuid: str) -> list[tuple[str, str]]:
|
def _project_lookup_by_id(db: Path, uuid: str) -> list[tuple[str, ...]]:
|
||||||
"""
|
"""
|
||||||
Return the project information available in the database by UUID.
|
Return the project information available in the database by UUID.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue