Unignore F401 for tests (#724)

* Unignore F401 for tests

* Fix linting
This commit is contained in:
Teemu R
2024-01-30 00:15:58 +01:00
committed by GitHub
parent 9e6896a08f
commit 55525fc58b
15 changed files with 4 additions and 44 deletions

View File

@@ -1,5 +1,4 @@
from itertools import chain
from typing import Dict
import pytest
@@ -11,8 +10,7 @@ from ..exceptions import (
SmartDeviceException,
SmartErrorCode,
)
from ..protocol import BaseTransport
from ..smartprotocol import SmartProtocol, _ChildProtocolWrapper
from ..smartprotocol import _ChildProtocolWrapper
DUMMY_QUERY = {"foobar": {"foo": "bar", "bar": "foo"}}
DUMMY_MULTIPLE_QUERY = {