From 904d04903b52706b94cae6e0f0b2e99f5d3f38dc Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 16 Oct 2024 15:04:10 +0200 Subject: fix import --- metchart/plotter/vertical_from_grib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metchart/plotter/vertical_from_grib.py') diff --git a/metchart/plotter/vertical_from_grib.py b/metchart/plotter/vertical_from_grib.py index c632b0b..bed0ecc 100755 --- a/metchart/plotter/vertical_from_grib.py +++ b/metchart/plotter/vertical_from_grib.py @@ -13,7 +13,7 @@ import numpy as np import skewt -from . import misc +from .. import misc config = { 'source':'dwd_icon-eu/combined.grib2', -- cgit v1.2.3