https://github.com/unit8co/darts
Revision 0a2252a07a7eec9a2ebfdf10ed4dce342c887f83 authored by Dennis Bader on 04 October 2021, 15:31:45 UTC, committed by GitHub on 04 October 2021, 15:31:45 UTC
fixed a spelling mistake for error with fill_missing_dates
2 parent s 82722ad + f956a64
Raw File
Tip revision: 0a2252a07a7eec9a2ebfdf10ed4dce342c887f83 authored by Dennis Bader on 04 October 2021, 15:31:45 UTC
Merge pull request #499 from unit8co/fix/fill_missing_dates_spelling_mistake
Tip revision: 0a2252a
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
ignore = W503
max-line-length = 120
back to top