Revision bd925475d95c9af3c138efef9914806e5d373ac6 authored by Valentin Lorentz on 17 August 2020, 08:45:59 UTC, committed by Valentin Lorentz on 17 August 2020, 08:45:59 UTC
As a temporary workaround to remain compatible with existing backfiller converters,
I made them convert back to dict before they are converted again to model objects.

This commit removes this workaround by making converters return model objects.
1 parent 038a219
Raw File
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
build/
dist/
*.egg-info
version.txt
.vscode/
.hypothesis/
/.tox/
.mypy_cache/
back to top