From feb0d0743ce3241fe465ccf1955028a7a529622d Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:24:00 +0000 Subject: [PATCH] change physics_tend import back to relative import --- metplotpy/contributed/fv3_physics_tend/cross_section_vert.py | 2 +- metplotpy/contributed/fv3_physics_tend/planview_fv3.py | 2 +- metplotpy/contributed/fv3_physics_tend/vert_profile_fv3.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/metplotpy/contributed/fv3_physics_tend/cross_section_vert.py b/metplotpy/contributed/fv3_physics_tend/cross_section_vert.py index 0b2b7944..d840233f 100644 --- a/metplotpy/contributed/fv3_physics_tend/cross_section_vert.py +++ b/metplotpy/contributed/fv3_physics_tend/cross_section_vert.py @@ -12,7 +12,7 @@ import pandas as pd import xarray import yaml -import physics_tend +from . import physics_tend def parse_args(): """ diff --git a/metplotpy/contributed/fv3_physics_tend/planview_fv3.py b/metplotpy/contributed/fv3_physics_tend/planview_fv3.py index 40bfec93..3fb8edb5 100644 --- a/metplotpy/contributed/fv3_physics_tend/planview_fv3.py +++ b/metplotpy/contributed/fv3_physics_tend/planview_fv3.py @@ -10,7 +10,7 @@ import pandas as pd import xarray import yaml -import physics_tend +from . import physics_tend def parse_args(): """ diff --git a/metplotpy/contributed/fv3_physics_tend/vert_profile_fv3.py b/metplotpy/contributed/fv3_physics_tend/vert_profile_fv3.py index 96d5b09f..c5948e0a 100644 --- a/metplotpy/contributed/fv3_physics_tend/vert_profile_fv3.py +++ b/metplotpy/contributed/fv3_physics_tend/vert_profile_fv3.py @@ -10,7 +10,7 @@ import pandas as pd import xarray import yaml -import physics_tend +from . import physics_tend def parse_args(): """