mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Disable too-many-* (#4107)
* Disable too-many-* and too-few-public-methods * Remove globally disabled pylint warnings
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
"""Test Home Assistant util methods."""
|
||||
# pylint: disable=too-many-public-methods
|
||||
import unittest
|
||||
from unittest.mock import patch
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
Reference in New Issue
Block a user