mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
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:
@@ -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"] == {
|
||||
|
||||
Reference in New Issue
Block a user