Skip to content

Commit

Permalink
chore: pre-commit auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2024
1 parent 921c820 commit 0e23427
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/gentropy/dataset/test_l2g_feature_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from __future__ import annotations

from typing import TYPE_CHECKING

import pyspark.sql.functions as f
import pytest
Expand All @@ -31,7 +30,6 @@ def test_select_features_inheritance(
spark: SparkSession, mock_l2g_feature_matrix: L2GFeatureMatrix
) -> None:
"""Test L2GFeatureMatrix.select_features method inherits the instance attributes in the new instance."""

new_instance = mock_l2g_feature_matrix.select_features(
features_list=["distanceTssMean"]
)
Expand Down

0 comments on commit 0e23427

Please sign in to comment.