mirror of
https://github.com/wassname/cookiecutter-data-science.git
synced 2026-06-27 18:04:27 +08:00
Fix imports, closes #27
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user