Skip to content

Commit

Permalink
Black linter reformat
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Rodriguez Gutierrez <[email protected]>
  • Loading branch information
MigQ2 committed Oct 19, 2023
1 parent 87e8378 commit 38fc88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/kedro_datasets/spark/spark_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _get_spark() -> Any:
from databricks.connect import DatabricksSession

# We can't test this as there's no Databricks test env available
spark = DatabricksSession.builder.getOrCreate() # pragma: no cover
spark = DatabricksSession.builder.getOrCreate() # pragma: no cover

except ImportError:
# For "normal" spark sessions that don't use databricks-connect
Expand Down

0 comments on commit 38fc88c

Please sign in to comment.