Fix imports, closes #27

This commit is contained in:
Isaac Slavitt 2016-05-25 14:37:33 -04:00
parent 58b3bb6376
commit 031ccf0aa8
1 changed files with 1 additions and 1 deletions

View File

@ -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