Skip to content

Commit

Permalink
Merge pull request #33 from mguyard/dev
Browse files Browse the repository at this point in the history
fix: Rename ConfigValidator to avoid collision with my others apps
  • Loading branch information
mguyard authored Jun 5, 2024
2 parents 7aeb843 + eaf0889 commit 8dcc3ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/CoversManager/covers_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from datetime import datetime

import hassapi as hass
import src.config_validator as ConfigValidatorCM
import src.constants as Constants
import src.coversmanager_config_validator as ConfigValidatorCM
from pydantic import ValidationError

"""
Expand Down
File renamed without changes.

0 comments on commit 8dcc3ee

Please sign in to comment.