Skip to content

Commit b668e83

Browse files
authored
Fix lint errors (#134)
* Fix lint errors * Remove unused imports
1 parent cb6f4aa commit b668e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ async def test_new_uid_flag_set(hass: HomeAssistant) -> None:
310310

311311
assert result["type"] == FlowResultType.CREATE_ENTRY
312312
assert result["title"] == "C.M.I"
313-
assert result["data"][NEW_UID] == True
313+
assert result["data"][NEW_UID]
314314

315315

316316
@pytest.mark.asyncio

0 commit comments

Comments
 (0)