Fix typo + unused import

This commit is contained in:
Alexandre Aubin 2021-12-26 18:22:33 +01:00
parent 62808152ee
commit 45baaead36
3 changed files with 1 additions and 3 deletions

View file

@ -120,7 +120,6 @@ class Authenticator(BaseAuthenticator):
return infos
@staticmethod
def delete_session_cookie(self):
from bottle import response

View file

@ -133,7 +133,6 @@ class Authenticator(BaseAuthenticator):
return infos
@staticmethod
def delete_session_cookie(self):
from bottle import response

View file

@ -33,7 +33,7 @@ from typing import List
from moulinette import Moulinette, m18n
from moulinette.utils.log import getActionLogger
from moulinette.utils.process import check_output, call_async_output
from moulinette.utils.process import call_async_output
from moulinette.utils.filesystem import read_yaml, write_to_yaml, cp, mkdir, rm
from yunohost.app import (