We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f55ed1 commit ea46262Copy full SHA for ea46262
WWCS/dashboard/service/get_ecmwf/get_ecmwf.py
@@ -4,7 +4,7 @@
4
5
from cdo import Cdo
6
from ecmwfapi import ECMWFService
7
-import dotenv
+from dotenv import load_dotenv
8
import mysql.connector
9
import pandas as pd
10
import yaml
0 commit comments