From f809e0dd326c1120ec28500f72a085a25acc5520 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 18 Oct 2024 22:57:16 +0200 Subject: fix imports --- metchart/plotter/vertical_from_grib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 d341389..2c636f0 100755 --- a/metchart/plotter/vertical_from_grib.py +++ b/metchart/plotter/vertical_from_grib.py @@ -11,9 +11,9 @@ from metpy.units import units import metpy.calc as mpcalc import numpy as np -import skewt +from .. import skewt -from . import misc +from .. import misc config = { 'source':'dwd_icon-eu/combined.grib2', -- cgit v1.2.3