Fix import-outside-toplevel pylint warnings in zha tests (#119451)

pull/116053/head
epenet 2024-06-13 11:55:56 +02:00 committed by GitHub
parent 40d9d22e76
commit 315e5f1d95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ def globally_load_quirks():
run.
"""
import zhaquirks
import zhaquirks # pylint: disable=import-outside-toplevel
zhaquirks.setup()