Browse Source

Remove dead whitespace.

For newly created projects `make lint` would otherwise complain about
the dead whitespace in `src/data/make_dataset.py`.
main
Harald Wartig 8 years ago
parent
commit
91b9e1f3d0
  1. 1
      {{ cookiecutter.repo_name }}/src/data/make_dataset.py

1
{{ cookiecutter.repo_name }}/src/data/make_dataset.py

@ -25,4 +25,3 @@ if __name__ == '__main__':
load_dotenv(find_dotenv()) load_dotenv(find_dotenv())
main() main()

Loading…
Cancel
Save