Skip to content

Commit

Permalink
change physics_tend import back to relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Jun 7, 2024
1 parent a904351 commit feb0d07
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 @@ -12,7 +12,7 @@
import pandas as pd
import xarray
import yaml
import physics_tend
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 @@ -10,7 +10,7 @@
import pandas as pd
import xarray
import yaml
import physics_tend
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 @@ -10,7 +10,7 @@
import pandas as pd
import xarray
import yaml
import physics_tend
from . import physics_tend

def parse_args():
"""
Expand Down

0 comments on commit feb0d07

Please sign in to comment.