Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
change to import for onhm
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcd-mscb committed Jul 17, 2020
1 parent 12230bb commit adf8ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridmetetl/etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from numpy import arange, dtype, float32, zeros, asarray
import sys
import xarray as xr
from gridmetetl.helper import get_gm_url, np_get_wval, getaverage
from helper import get_gm_url, np_get_wval, getaverage
import requests
from requests.exceptions import HTTPError
from datetime import datetime
Expand Down

0 comments on commit adf8ff7

Please sign in to comment.