You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any can probably still make sense for the *args / **kwargs.
The text was updated successfully, but these errors were encountered:
vdusek
added
debt
Code quality improvement or decrease of technical debt.
t-tooling
Issues with this label are in the ownership of the tooling team.
labels
Nov 20, 2023
Do not use
Any
type as suggested in the ANN401.Instead of
use generic type
Any
can probably still make sense for the*args
/**kwargs
.The text was updated successfully, but these errors were encountered: