import fixed

This commit is contained in:
ahmadbilalkhalid 2019-12-07 18:07:07 +05:00
parent 8b02bc2340
commit 106b7df5db

View file

@ -4,7 +4,7 @@ import pyotp
from os.path import join from os.path import join
from .helper import is_valid_otp from .helper import is_valid_otp
from .config import etcd_client from .config import etcd_client, env_vars
from typing import Union from typing import Union