Enable T20 (flake8-print) to ban use of print statements (#86525)

* Enable T20 (flake8-print) to ban use of print statements

* Make compatible with flake8 config
This commit is contained in:
Franck Nijhof
2023-01-24 14:24:21 +01:00
committed by GitHub
parent c9499f6574
commit 73c4ac53d2
9 changed files with 24 additions and 30 deletions

View File

@@ -1587,9 +1587,6 @@ async def test_multiple_instances_with_tls_v12(hass):
)
await hass.async_block_till_done()
import pprint
pprint.pprint(result2)
assert result2["type"] == "create_entry"
assert result2["title"] == "guest_house"
assert result2["data"] == {