mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-19 09:54:09 +02:00
fix: linter warnings
This commit is contained in:
@@ -102,7 +102,7 @@ class MixedSessionManager(_BaseSessionManager[Union[Serializable, Closable]]):
|
||||
self._add(obj, path)
|
||||
|
||||
|
||||
class UniformSessionManager(Generic[_SC], _BaseSessionManager[_SC]):
|
||||
class UniformSessionManager(_BaseSessionManager[_SC], Generic[_SC]):
|
||||
"""Only allows a single type of Serializable object."""
|
||||
|
||||
def __init__(self, obj_type: type[_SC]) -> None:
|
||||
|
||||
Reference in New Issue
Block a user