Skip to content

Commit d12989e

Browse files
authored
Update README.md
added missing import in example Signed-off-by: Jupihawx <63653620+Jupihawx@users.noreply.github.com>
1 parent 8feb1c1 commit d12989e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Meteole allows you to retrieve forecasts for a wide range of weather indicators.
5959
*note : the date of the run cannot be more than 4 days in the past. Consequently, change the date of the run in the example below.*
6060

6161
```python
62+
import datetime as dt
6263
from meteole import AromeForecast
6364

6465
# Configure the logger to provide information on data recovery: recovery status, default settings, etc.

0 commit comments

Comments
 (0)