Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def load_gsod_data_eeweather(self, station, start, end):
return eeweather.load_gsod_daily_temp_data(
station, start, end)