Wrong formatting in the deprecated python warning
ShubhamChaturvedi7 opened this issue · 2 comments
ShubhamChaturvedi7 commented
Problem:
The minimum_version and date seem to have been swapped in the deprecated python warning.
Solution:
Putting the params["date"] before the minimum_version[0] should fix the issue.
seebees commented
this does not need to be backported at this time