Skip to content

Commit

Permalink
Relative Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
manishvenu committed Jan 10, 2025
1 parent f4dfef7 commit 15d8d36
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 regional_mom6 import regridding as rgd
from regional_mom6 import rotation as rot
from regional_mom6.utils import (
from . import regridding as rgd
from . import rotation as rot
from .utils import (
quadrilateral_areas,
ap2ep,
ep2ap,
Expand Down

0 comments on commit 15d8d36

Please sign in to comment.