make tox happy

This commit is contained in:
Peter Bieringer 2025-02-02 09:04:06 +01:00
parent 04523e5087
commit 7b6146405f

View file

@ -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):