autoblack: actions/checkout@v1 # Use v1, NOT v2 (#1796)

* autoblack: actions/checkout@v1  # Use v1, NOT v2

* fixup! Format Python code with psf/black push

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
Christian Clauss
2020-03-13 09:23:38 +01:00
committed by GitHub
parent 10fc90c7bd
commit b1377f0e57
3 changed files with 6 additions and 4 deletions

View File

@ -54,6 +54,7 @@ def comb_sort(data: list) -> list:
if __name__ == "__main__":
import doctest
doctest.testmod()
user_input = input("Enter numbers separated by a comma:\n").strip()