Skip to content

Commit

Permalink
Revert "Relative Imports"
Browse files Browse the repository at this point in the history
This reverts commit 15d8d36.
  • Loading branch information
manishvenu committed Jan 10, 2025
1 parent 15d8d36 commit 05b96df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions regional_mom6/regional_mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
from collections import defaultdict
import json
import copy
from . import regridding as rgd
from . import rotation as rot
from .utils import (
from regional_mom6 import regridding as rgd
from regional_mom6 import rotation as rot
from regional_mom6.utils import (
quadrilateral_areas,
ap2ep,
ep2ap,
Expand Down

0 comments on commit 05b96df

Please sign in to comment.