Skip to content

Commit

Permalink
reformatted via black
Browse files Browse the repository at this point in the history
  • Loading branch information
wenneman committed Oct 5, 2023
1 parent 4449f7b commit 977ecd8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tape/ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -1833,9 +1833,7 @@ def read_hipscat(
return new_ens


def read_source_dict(
source_dict, column_mapper=None, npartitions=1, dask_client=True, **kwargs
):
def read_source_dict(source_dict, column_mapper=None, npartitions=1, dask_client=True, **kwargs):
"""Load the sources into an ensemble from a dictionary.
Parameters
Expand Down

0 comments on commit 977ecd8

Please sign in to comment.