Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 21, 2024
1 parent f2d855e commit e1966bb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ def test_spark_df_atlan_contract_push_plugin():
contract_data_source_test_helper.start_test_session()
exception: Exception | None = None
try:
unique_table_name: str = contract_data_source_test_helper.ensure_test_table(contracts_spark_df_atlan_contract_test_table)
unique_table_name: str = contract_data_source_test_helper.ensure_test_table(
contracts_spark_df_atlan_contract_test_table
)

spark_session: SparkSession = contract_data_source_test_helper.contract_data_source.spark_session
df = spark_session.sql(f"SELECT * FROM {unique_table_name}")
Expand Down

0 comments on commit e1966bb

Please sign in to comment.