Skip to content

Conversation

@adrinjalali
Copy link
Member

I started replacing Sequence with list, and it ended up being a rabbit hole that I couldn't easily get out of.

It also did raise some legit issues, so not all too bad, but there's a certain part that I can't figure out how to fix.

If you get a chance, I'd appreciate your wisdom @BenjaminBossan

@BenjaminBossan
Copy link
Collaborator

I started replacing Sequence with list

Could you explain the reasoning? In general, for input arguments, it is preferred to use general types, so Sequence instead of list or tuple. For output types, it's the opposite. Was there a problem with Sequence?

but there's a certain part that I can't figure out how to fix.

Could you explain what parts? Failing CI seems to be unrelated.

@TamaraAtanasoska
Copy link
Contributor

looking into this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants