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/horizontal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metchart/plotter/horizontal.py') diff --git a/metchart/plotter/horizontal.py b/metchart/plotter/horizontal.py index 89945c3..7372935 100755 --- a/metchart/plotter/horizontal.py +++ b/metchart/plotter/horizontal.py @@ -8,7 +8,7 @@ import numpy as np import matplotlib.pyplot as plt from metpy.plots import MapPanel, PanelContainer, RasterPlot, ContourPlot -from . import misc +from .. import misc config = { 'source': 'dwd_icon-eu/combined.grib2', -- cgit v1.2.3