Open paul-elliott-arm opened 1 month ago
No intended change in functionality. Just removing the deprecated warning I am getting every time I generate test code.
Python 13 requires count to be passed as a kwarg rather than a positional arg because of potential confusion with flags, see https://github.com/python/cpython/issues/56166
No intended change in functionality. Just removing the deprecated warning I am getting every time I generate test code.
Python 13 requires count to be passed as a kwarg rather than a positional arg because of potential confusion with flags, see https://github.com/python/cpython/issues/56166