Skip to content

Commit

Permalink
linter formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Dec 30, 2023
1 parent aa7945b commit 9f4ae24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"""
from .s3_heavy_to_data_source import S3HeavyToDataSource

__all__ = ["S3HeavyToDataSource"]
__all__ = ["S3HeavyToDataSource"]
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
from .json_to_data_source import JSONToDataSource
from .s3_to_data_source_light import S3ToDataSourceLight

__all__ = ["CSVToDataSource", "JSONToDataSource", "S3ToDataSourceLight"]
__all__ = ["CSVToDataSource", "JSONToDataSource", "S3ToDataSourceLight"]
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
from .pandas_to_features import PandasToFeatures
from .pandas_to_features_chunked import PandasToFeaturesChunked

__all__ = ["DataToPandas", "FeaturesToPandas", "PandasToData", "PandasToFeatures", "PandasToFeaturesChunked"]
__all__ = ["DataToPandas", "FeaturesToPandas", "PandasToData", "PandasToFeatures", "PandasToFeaturesChunked"]

0 comments on commit 9f4ae24

Please sign in to comment.