Skip to content

Commit 392456a

Browse files
committed
fix lint errors
1 parent 11ff105 commit 392456a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tests/io/reader/test_query_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,4 +389,3 @@ def test_read_dmo_no_limit_when_deployed(
389389
mock_connection.get_pandas_dataframe.assert_called_once_with(
390390
SQL_QUERY_TEMPLATE_NO_LIMIT.format("test_dmo")
391391
)
392-

tests/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ def test_read_pattern_flow(self, reset_client, mock_spark, mock_proxy):
261261
assert "source_dmo" in client._data_layer_history[DataCloudObjectType.DMO]
262262

263263

264-
265264
# Add tests for DefaultSparkSessionProvider
266265
class TestDefaultSparkSessionProvider:
267266

0 commit comments

Comments
 (0)