Skip to content

Commit

Permalink
Absolute import instead of relative
Browse files Browse the repository at this point in the history
for files in metplotpy/contributed/fv3_physics_tend
  • Loading branch information
ahijevyc committed Jan 17, 2025
1 parent a685022 commit 7edf1ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
from metpy.units import units
import numpy as np
import pandas as pd
import metplotpy.contributed.fv3_physics_tend.physics_tend
import xarray
import yaml
from . import physics_tend

def parse_args():
"""
Expand Down
2 changes: 1 addition & 1 deletion metplotpy/contributed/fv3_physics_tend/planview_fv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
from metpy.units import units
import numpy as np
import pandas as pd
import metplotpy.contributed.fv3_physics_tend.physics_tend
import xarray
import yaml
from . import physics_tend

def parse_args():
"""
Expand Down
2 changes: 1 addition & 1 deletion metplotpy/contributed/fv3_physics_tend/vert_profile_fv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
from matplotlib.ticker import MultipleLocator
from metpy.units import units
import pandas as pd
import metplotpy.contributed.fv3_physics_tend.physics_tend
import xarray
import yaml
from . import physics_tend

def parse_args():
"""
Expand Down

0 comments on commit 7edf1ec

Please sign in to comment.