1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add per-file-ignore to pylint (#86289)

This commit is contained in:
epenet
2023-01-22 17:26:24 +01:00
committed by GitHub
parent a0810053f1
commit 30bf0634fe
114 changed files with 123 additions and 226 deletions

View File

@@ -1,7 +1,5 @@
"""The tests for the Home Assistant HTTP component."""
from http import HTTPStatus
# pylint: disable=protected-access
from ipaddress import ip_address
import os
from unittest.mock import Mock, mock_open, patch