Adjust type hint for request_mock.Mocker in pylint plugin (#118458)

This commit is contained in:
epenet 2024-05-30 08:53:42 +02:00 committed by GitHub
parent 1317837986
commit baaf16e9b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,7 +146,7 @@ _TEST_FIXTURES: dict[str, list[str] | str] = {
"mqtt_mock_entry": "MqttMockHAClientGenerator", "mqtt_mock_entry": "MqttMockHAClientGenerator",
"recorder_db_url": "str", "recorder_db_url": "str",
"recorder_mock": "Recorder", "recorder_mock": "Recorder",
"requests_mock": "requests_mock.Mocker", "requests_mock": "Mocker",
"snapshot": "SnapshotAssertion", "snapshot": "SnapshotAssertion",
"socket_enabled": "None", "socket_enabled": "None",
"stub_blueprint_populate": "None", "stub_blueprint_populate": "None",