Skip to content

Commit 378b7a6

Browse files
committed
fix: fix lint issues
Signed-off-by: Akhil Jonnalagadda <[email protected]>
1 parent b3ebb9d commit 378b7a6

File tree

4 files changed

+721
-989
lines changed

4 files changed

+721
-989
lines changed

examples/test_ibm_analytics_engine_api_v3_examples.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# Start of Examples for Service: IbmAnalyticsEngineApiV3
4747
##############################################################################
4848
# region
49-
class TestIbmAnalyticsEngineApiV3Examples():
49+
class TestIbmAnalyticsEngineApiV3Examples:
5050
"""
5151
Example Test Class for IbmAnalyticsEngineApiV3
5252
"""
@@ -59,8 +59,7 @@ def setup_class(cls):
5959

6060
# begin-common
6161

62-
ibm_analytics_engine_api_service = IbmAnalyticsEngineApiV3.new_instance(
63-
)
62+
ibm_analytics_engine_api_service = IbmAnalyticsEngineApiV3.new_instance()
6463

6564
# end-common
6665
assert ibm_analytics_engine_api_service is not None
@@ -586,6 +585,7 @@ def test_stop_spark_history_server_example(self):
586585
except ApiException as e:
587586
pytest.fail(str(e))
588587

588+
589589
# endregion
590590
##############################################################################
591591
# End of Examples for Service: IbmAnalyticsEngineApiV3

0 commit comments

Comments
 (0)