Skip to content

Commit

Permalink
fixed lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Minura Punchihewa <[email protected]>
  • Loading branch information
MinuraPunchihewa committed Oct 11, 2024
1 parent 8354b00 commit 31aecc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion kedro-datasets/tests/databricks/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from pyspark.sql import SparkSession
from pyspark.sql.types import IntegerType, StringType, StructField, StructType


DELTA_VERSION = importlib_metadata.version("delta-spark")


Expand Down
2 changes: 0 additions & 2 deletions kedro-datasets/tests/databricks/test_base_table_dataset.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import os

import pandas as pd
import pytest
from kedro.io.core import DatasetError, Version, VersionNotFoundError
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
from kedro.io.core import DatasetError
from pyspark.sql import DataFrame

from kedro_datasets_experimental.databricks.external_table_dataset import ExternalTableDataset
from kedro_datasets_experimental.databricks.external_table_dataset import (
ExternalTableDataset,
)


class TestExternalTableDataset:
Expand Down

0 comments on commit 31aecc8

Please sign in to comment.