Skip to content

Commit ea46262

Browse files
authored
Update get_ecmwf.py
Change load_dotenv method
1 parent 4f55ed1 commit ea46262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WWCS/dashboard/service/get_ecmwf/get_ecmwf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from cdo import Cdo
66
from ecmwfapi import ECMWFService
7-
import dotenv
7+
from dotenv import load_dotenv
88
import mysql.connector
99
import pandas as pd
1010
import yaml

0 commit comments

Comments
 (0)