Skip to content

Commit

Permalink
replace relative imports with absolute imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Jan 14, 2025
1 parent c231f1b commit 5fd42da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/dflowfm/ini/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from pydantic.v1.error_wrappers import ValidationError

from hydrolib.core.dflowfm.ini.models import DataBlockINIBasedModel, INIBasedModel

from ...utils import error_occurs_only_once
from tests.utils import error_occurs_only_once


class TestDataBlockINIBasedModel:
Expand Down

0 comments on commit 5fd42da

Please sign in to comment.