mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix typo + unused import
This commit is contained in:
parent
62808152ee
commit
45baaead36
3 changed files with 1 additions and 3 deletions
|
@ -120,7 +120,6 @@ class Authenticator(BaseAuthenticator):
|
|||
|
||||
return infos
|
||||
|
||||
@staticmethod
|
||||
def delete_session_cookie(self):
|
||||
|
||||
from bottle import response
|
||||
|
|
|
@ -133,7 +133,6 @@ class Authenticator(BaseAuthenticator):
|
|||
|
||||
return infos
|
||||
|
||||
@staticmethod
|
||||
def delete_session_cookie(self):
|
||||
|
||||
from bottle import response
|
||||
|
|
|
@ -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 (
|
||||
|
|
Loading…
Add table
Reference in a new issue