Revision b1a3b80f8eff021445489fc1cd7f6d2653632440 authored by Valentin Lorentz on 22 October 2020, 13:19:37 UTC, committed by Valentin Lorentz on 22 October 2020, 14:22:46 UTC
Instead of bloating handle_row, which is already way too long.
1 parent aeb72c7
Raw File
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
build/
dist/
*.egg-info
version.txt
.vscode/
.hypothesis/
/.tox/
.mypy_cache/
back to top