Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix typo found by codespell - API breaking change #1476

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DimitriPapadopoulos
Copy link
Contributor

No description provided.

@serpilliere
Copy link
Contributor

Hi @DimitriPapadopoulos !
Thanks for the patch!
As @mrexodia said, I think we may add:

import warnings
....
    def may_interfer(self, dsts, src):
        warnings.warn("This api is deprecated, use `may_interfere` instead")
        return self.may_interfere(dsts, src)

Can you add it to the PR or may I fir your PR @DimitriPapadopoulos ?

@serpilliere
Copy link
Contributor

@DimitriPapadopoulos : Can you rebase this pr?
(I think I should have merged this one before the tipo fixing 😭 )

@DimitriPapadopoulos DimitriPapadopoulos marked this pull request as ready for review March 28, 2024 17:43
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants