Browse Source

Fix imports, closes #27

main
Isaac Slavitt 9 years ago
parent
commit
031ccf0aa8
  1. 2
      docs/docs/index.md

2
docs/docs/index.md

@ -202,7 +202,7 @@ If you look at the stub script in `src/data/make_dataset.py`, it uses a package
```python
# src/data/dotenv_example.py
from os.path import join, dirname
import os
from dotenv import load_dotenv, find_dotenv
# find .env automagically by walking up directories until it's found

Loading…
Cancel
Save