move slash_join to prevent local imports
This commit is contained in:
parent
e5d8a431f4
commit
5094e1f712
4 changed files with 17 additions and 16 deletions
|
@ -5,7 +5,7 @@ import time
|
|||
|
||||
from cachetools import TTLCache
|
||||
from jwkest.jwk import KEYS
|
||||
from util.string import slash_join
|
||||
from util import slash_join
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
Reference in a new issue