Skip to content

Commit 18a7636

Browse files
committed
fix linter
1 parent 0d57d0a commit 18a7636

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ydb/auth_helpers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# -*- coding: utf-8 -*-
22
import os
33

4-
from . import credentials, tracing
5-
import warnings
6-
74

85
def read_bytes(f):
96
with open(f, "rb") as fr:
@@ -15,4 +12,3 @@ def load_ydb_root_certificate():
1512
if path is not None and os.path.exists(path):
1613
return read_bytes(path)
1714
return None
18-

0 commit comments

Comments
 (0)