mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-19 17:54:10 +02:00
fix: linter warnings
This commit is contained in:
@@ -48,7 +48,7 @@ class Closable(ABC):
|
||||
_T = TypeVar("_T", bound=Mapping)
|
||||
|
||||
|
||||
class Serializable(Generic[_T], ABC):
|
||||
class Serializable(ABC, Generic[_T]):
|
||||
"""ABC for serializable classes."""
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user