Skip to content

Commit

Permalink
revert(datasets): undo remaining newline additions
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
  • Loading branch information
deepyaman committed Dec 2, 2024
1 parent 5105875 commit 06196aa
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion kedro-datasets/kedro_datasets/ibis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Provide data loading and saving functionality for Ibis's backends."""

from typing import Any

import lazy_loader as lazy
Expand Down
1 change: 0 additions & 1 deletion kedro-datasets/kedro_datasets/ibis/file_dataset.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Provide file loading and saving functionality for Ibis's backends."""

from __future__ import annotations

from copy import deepcopy
Expand Down
1 change: 0 additions & 1 deletion kedro-datasets/kedro_datasets/ibis/table_dataset.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Provide data loading and saving functionality for Ibis's backends."""

from __future__ import annotations

import warnings
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""``MatplotlibWriter`` saves one or more Matplotlib objects as image
files to an underlying filesystem (e.g. local, S3, GCS)."""

from __future__ import annotations

import base64
Expand Down
1 change: 0 additions & 1 deletion kedro-datasets/tests/databricks/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
discover them automatically. More info here:
https://docs.pytest.org/en/latest/fixture.html
"""

import os

# importlib_metadata needs backport for python 3.8 and older
Expand Down

0 comments on commit 06196aa

Please sign in to comment.