Skip to content

Commit

Permalink
bug fix path import
Browse files Browse the repository at this point in the history
  • Loading branch information
MihVS committed May 9, 2024
1 parent ec03ca2 commit 17d0076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/zont_ha/core/models_zont.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from pydantic import BaseModel, validator, root_validator

from config.custom_components.zont_ha.const import NO_ERROR
from ..const import NO_ERROR


class BaseEntityZONT(BaseModel):
Expand Down

0 comments on commit 17d0076

Please sign in to comment.