Skip to content

Commit 4539bda

Browse files
committed
fix comment
1 parent 79ce79d commit 4539bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/iam/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from ydb.public.api.client.yc_public.iam import iam_token_service_pb2
2323
except ImportError:
2424
try:
25-
# This attempt is to enable the IAM auth inside the YDB repository on GitHub
25+
# This attempt is to enable the IAM auth inside the YDB repository on Arcadia
2626
from contrib.ydb.public.api.client.yc_public.iam import iam_token_service_pb2_grpc
2727
from contrib.ydb.public.api.client.yc_public.iam import iam_token_service_pb2
2828
except ImportError:

0 commit comments

Comments
 (0)