Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 15, 2024
1 parent 40c8ab3 commit 7e3e0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/aliexpress_openplatform/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ConfigFlow(config_entries.ConfigFlow):

def __init__(self) -> None:
"""Initialize values."""
self._errors: dict[str, str] = {}
self._errors: dict[str, str] = {}

async def async_step_user(
self, user_input: dict[str, Any] | None = None
Expand Down
2 changes: 1 addition & 1 deletion custom_components/aliexpress_openplatform/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from datetime import datetime, timedelta, timezone
import logging
from typing import TYPE_CHECKING, Set
from typing import TYPE_CHECKING

from aliexpress_api import AliexpressApi, models

Expand Down

0 comments on commit 7e3e0c3

Please sign in to comment.