mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Ignore attribute-defined-outside-init pylint warnings in tests (#119470)
This commit is contained in:
@@ -47,7 +47,9 @@ def manager():
|
||||
return result
|
||||
|
||||
mgr = FlowManager(None)
|
||||
# pylint: disable-next=attribute-defined-outside-init
|
||||
mgr.mock_created_entries = entries
|
||||
# pylint: disable-next=attribute-defined-outside-init
|
||||
mgr.mock_reg_handler = handlers.register
|
||||
return mgr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user