Skip to content

Commit bd7a4e3

Browse files
gridnevvvitVitalii Gridnev
authored and
Vitalii Gridnev
committed
fix tests
1 parent 952f7b4 commit bd7a4e3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/main.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Python package
22

3-
on: [push]
3+
on:
4+
push:
5+
pull_request:
46

57
jobs:
68
build:

ydb/driver.py

-3
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def __init__(
116116
grpc_lb_policy_name="round_robin",
117117
discovery_request_timeout=10,
118118
):
119-
# type:(str, str, str, str, Any, ydb.Credentials, bool, bytes, bytes, bytes, float, ydb.TableClientSettings, list, str, ydb.Tracer) -> None
120119
"""
121120
A driver config to initialize a driver instance
122121
@@ -234,8 +233,6 @@ def __init__(
234233
credentials=None,
235234
**kwargs
236235
):
237-
# type:(DriverConfig, str, str, str, bytes, ydb.AbstractCredentials, **Any) -> None
238-
239236
"""
240237
Constructs a driver instance to be used in table and scheme clients.
241238
It encapsulates endpoints discovery mechanism and provides ability to execute RPCs

0 commit comments

Comments
 (0)