Skip to content

Commit

Permalink
Optimize OptionsFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
z-master42 authored Jan 6, 2025
1 parent 205e89f commit 51f70aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/powercalc/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
UnitOfTime,
)
from homeassistant.const import (
__version__ as HAVERSION,
__version__ as HAVERSION, #noqa

Check notice on line 35 in custom_components/powercalc/config_flow.py

View workflow job for this annotation

GitHub Actions / qodana

PEP 8 naming convention violation

Lowercase variable imported as non-lowercase
)
from homeassistant.core import callback
from homeassistant.data_entry_flow import FlowResult
Expand Down

0 comments on commit 51f70aa

Please sign in to comment.