Skip to content

Commit

Permalink
convert relative imports to absolute imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Nov 25, 2024
1 parent 1c15e87 commit 1c41a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hydrolib/tools/ext_old_to_new/converter_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
InitialConditionConverter,
)

from .base_converter import BaseConverter
from .meteo_converter import MeteoConverter
from hydrolib.tools.ext_old_to_new.base_converter import BaseConverter
from hydrolib.tools.ext_old_to_new.meteo_converter import MeteoConverter


def __contains__(cls, item):
Expand Down

0 comments on commit 1c41a77

Please sign in to comment.