Closed cclauss closed 1 year ago
Hey @cclauss,
Thanks for the PR. Actually, this is my fault. Instead of ctx
I could have used _
, and that should be the temporary solution. Disabling unused variable check could cause more truble than the benefit it brings.
The next step after #288
Reason for the change If applicable, link the related issue/bug report or write down in few sentences the motivation.
Description A clear and concise description of what did you changed and why.
Code examples If applicable, add code examples to help explain your changes.
Checklist
References Anything else related to the change e.g. documentations, RFCs, etc.
@lsabi Your review, please.