Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

fix: Use Iterable instead of List to prevent covariance issues in Contexts and SendMixin #658

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

silasary
Copy link
Collaborator

@silasary silasary commented Oct 3, 2022

What type of pull request is this?

  • Non-breaking code change
  • Breaking code change
  • Documentation change/addition
  • Tests change

Description

More progress towards not using mutable covariant collections in our parameter typings.

Nowhere near finished with this ordeal, but progress is progress, and these ones are throwing warnings in my own bots :P

Changes

Checklist

  • I've formatted my code with Black
  • I've ensured my code works on Python 3.10.x
  • I've tested my code

@LordOfPolls LordOfPolls merged commit 8ad466c into dev Oct 3, 2022
@LordOfPolls LordOfPolls deleted the list-bad branch October 3, 2022 08:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants