You've already forked snikket-web-portal
Fix type annotations after bumping dependencies
This commit is contained in:
@@ -272,8 +272,9 @@ class ProsodyClient:
|
||||
|
||||
def init_app(self, app: quart.Quart) -> None:
|
||||
app.config[self.CONFIG_ENDPOINT]
|
||||
app.teardown_appcontext(self._plain_session.teardown)
|
||||
app.teardown_appcontext(self._auth_session.teardown)
|
||||
# the type annotation in quart seems to be wrong here
|
||||
app.teardown_appcontext(self._plain_session.teardown) # type:ignore
|
||||
app.teardown_appcontext(self._auth_session.teardown) # type:ignore
|
||||
|
||||
@property
|
||||
def _endpoint_base(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user