Commit 03b11fb
committed
Remove deprecated use of count as positional arg
Python 13 requires count to be passed as a kwarg rather than a
positional arg because of potential confusion with flags, see
python/cpython#56166
Signed-off-by: Paul Elliott <[email protected]>1 parent d68446c commit 03b11fb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
762 | 762 | | |
763 | 763 | | |
764 | 764 | | |
765 | | - | |
| 765 | + | |
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
| |||
0 commit comments