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 Mar 21, 2024
1 parent 7db9e45 commit c531cc4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gentropy/dataset/summary_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from gentropy.dataset.dataset import Dataset

if TYPE_CHECKING:
from pyspark.sql import DataFrame
from pyspark.sql.types import StructType

from gentropy.dataset.study_locus import StudyLocus
Expand Down Expand Up @@ -104,5 +103,3 @@ def exclude_region(self: SummaryStatistics, region: str) -> SummaryStatistics:
),
_schema=SummaryStatistics.get_schema(),
)


0 comments on commit c531cc4

Please sign in to comment.