make tox happy
This commit is contained in:
@@ -24,10 +24,11 @@
|
|||||||
Authentication backend that checks credentials against an oauth2 server auth endpoint
|
Authentication backend that checks credentials against an oauth2 server auth endpoint
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
import requests
|
||||||
|
|
||||||
from radicale import auth
|
from radicale import auth
|
||||||
from radicale.log import logger
|
from radicale.log import logger
|
||||||
import requests
|
|
||||||
from requests.utils import quote
|
|
||||||
|
|
||||||
class Auth(auth.BaseAuth):
|
class Auth(auth.BaseAuth):
|
||||||
def __init__(self, configuration):
|
def __init__(self, configuration):
|
||||||
|
|||||||
Reference in New Issue
Block a user