diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-10-18 22:57:16 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-10-18 22:57:16 +0200 |
commit | f809e0dd326c1120ec28500f72a085a25acc5520 (patch) | |
tree | 48274b66a096d9bc8f7e2a0102e674566f5226a2 /metchart/plotter/horizontal.py | |
parent | 1bb7d33a80f951b7dcc47f363b555fa0ec7f8387 (diff) | |
download | meteo_toolbox-f809e0dd326c1120ec28500f72a085a25acc5520.tar.gz |
fix imports
Diffstat (limited to 'metchart/plotter/horizontal.py')
-rwxr-xr-x | metchart/plotter/horizontal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metchart/plotter/horizontal.py b/metchart/plotter/horizontal.py index 7b35def..e481f82 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', |