mirror of
https://github.com/Andre0512/pyhOn.git
synced 2026-06-22 22:14:34 +02:00
Simplify get favorites
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ if TYPE_CHECKING:
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
T = TypeVar('T')
|
||||
T = TypeVar("T")
|
||||
|
||||
|
||||
# pylint: disable=too-many-public-methods,too-many-instance-attributes
|
||||
|
||||
Reference in New Issue
Block a user