Skip to content

Commit

Permalink
ignore both ruff and mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Sep 30, 2024
1 parent d41b0f8 commit 97df27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splink/internals/splink_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def as_duckdbpyrelation(self, limit: Optional[int] = None) -> DuckDBPyRelation:
)

# Spark not guaranteed to be available so return type is not imported
def as_spark_dataframe(self) -> "SparkDataFrame": # noqa: F821
def as_spark_dataframe(self) -> "SparkDataFrame": # type: ignore # noqa: F821
"""Return the dataframe as a spark dataframe. Only available when using the
Spark backend.
Expand Down

0 comments on commit 97df27b

Please sign in to comment.