Revision ce5d2bf433c8abede78a019b6646759411579b5f authored by Antoine R. Dumont (@ardumont) on 26 March 2020, 13:36:45 UTC, committed by Antoine R. Dumont (@ardumont) on 26 March 2020, 15:13:45 UTC
This actually aligns with the origin_visit model whose status is already
mandatory.
1 parent 40a7569
Raw File
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
build/
dist/
*.egg-info
version.txt
.vscode/
.hypothesis/
/.tox/
.mypy_cache/
back to top