You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the `server.app.interfaces.base._get_slice()` method was
adapted to return an `Optional[int]` cursor. However, the useages of
this method were not adapted, leading to failing static analysis.
This adapts the type hints of the usages of the `_get_slice()` method.
0 commit comments