From 106b7df5db134654ac7ac7e86dd9d13def769ce8 Mon Sep 17 00:00:00 2001 From: meow Date: Sat, 7 Dec 2019 18:07:07 +0500 Subject: [PATCH] import fixed --- uotp/schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uotp/schemas.py b/uotp/schemas.py index c61ec6c..5c5cbfd 100644 --- a/uotp/schemas.py +++ b/uotp/schemas.py @@ -4,7 +4,7 @@ import pyotp from os.path import join from .helper import is_valid_otp -from .config import etcd_client +from .config import etcd_client, env_vars from typing import Union