Skip to content

Commit

Permalink
Fix mypy error (surfaced after merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Jun 7, 2024
1 parent bbb10cb commit 189184e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/managers/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def __init__(self, app: StructuredApp):

def index_query(
self, trans: ProvidesUserContext, payload: JobIndexQueryPayload
) -> Optional[sqlalchemy.engine.Result]:
) -> Optional[sqlalchemy.engine.ScalarResult]:
"""The caller is responsible for security checks on the resulting job if
history_id, invocation_id, or implicit_collection_jobs_id is set.
Otherwise this will only return the user's jobs or all jobs if the requesting
Expand Down

0 comments on commit 189184e

Please sign in to comment.