use functools.cached_property

authlib
d42 2020-02-24 19:52:39 +01:00
parent 69aa2b3d11
commit 950809fe44
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import logging
import re
from cached_property import cached_property
from functools import cached_property
from flask import current_app
import ldap
import requests