Skip to content
Snippets Groups Projects
Verified Commit ce2fca6a authored by Newbyte's avatar Newbyte :snowflake:
Browse files

pmb.helpers.pmaports: Annotate return type for get_list() as list (MR 2431)

I'm not sure why this was annotated as a Sequence rather than list. The
function clearly returns a list, not a Sequence, and the commit that
originally did it[1] provides no justification. This causes problems
with mypy checks in other places, so let's just annotate this as
returning a list.

 [1]: 198f302a
parent 7ed07fb6
No related branches found
Tags 0.1.0
1 merge request!2431CI: Run mypy with --check-untyped-defs
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment