mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
make tox happy
This commit is contained in:
parent
04523e5087
commit
7b6146405f
1 changed files with 3 additions and 2 deletions
|
@ -24,10 +24,11 @@
|
|||
Authentication backend that checks credentials against an oauth2 server auth endpoint
|
||||
"""
|
||||
|
||||
import requests
|
||||
|
||||
from radicale import auth
|
||||
from radicale.log import logger
|
||||
import requests
|
||||
from requests.utils import quote
|
||||
|
||||
|
||||
class Auth(auth.BaseAuth):
|
||||
def __init__(self, configuration):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue