We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ce79d commit 4539bdaCopy full SHA for 4539bda
ydb/iam/auth.py
@@ -22,7 +22,7 @@
22
from ydb.public.api.client.yc_public.iam import iam_token_service_pb2
23
except ImportError:
24
try:
25
- # This attempt is to enable the IAM auth inside the YDB repository on GitHub
+ # This attempt is to enable the IAM auth inside the YDB repository on Arcadia
26
from contrib.ydb.public.api.client.yc_public.iam import iam_token_service_pb2_grpc
27
from contrib.ydb.public.api.client.yc_public.iam import iam_token_service_pb2
28
0 commit comments