Skip to content

Commit 4d72749

Browse files
committed
Fix black issues in executors.py and test_client.py
1 parent d6d3dab commit 4d72749

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/executors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def execute(self, request, response_handler):
3030

3131

3232
class TestTransactionApiExecutor(TransactionApiExecutor):
33-
3433
# noinspection PyMissingConstructor
3534
def __init__(self, connection) -> None:
3635
self._conn = connection

tests/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def test_client_bad_connection(db, username, password, cluster):
9393

9494

9595
def test_client_custom_http_client(db, username, password):
96-
9796
# Define custom HTTP client which increments the counter on any API call.
9897
class MyHTTPClient(DefaultHTTPClient):
9998
def __init__(self) -> None:

0 commit comments

Comments
 (0)