Skip to content

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alexv-smirnov committed Apr 5, 2024
1 parent bd84a25 commit 893d85d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ydb/aio/iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
import logging
from ydb.iam import auth
from .credentials import AbstractExpiringTokenCredentials
from ydb import issues

logger = logging.getLogger(__name__)

try:
from yandex.cloud.iam.v1 import iam_token_service_pb2_grpc
from yandex.cloud.iam.v1 import iam_token_service_pb2
import jwt
except ImportError:
jwt = None
iam_token_service_pb2_grpc = None
iam_token_service_pb2 = None

Expand Down

0 comments on commit 893d85d

Please sign in to comment.