Skip to content

Commit

Permalink
Black reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
edurdevic committed Jan 8, 2024
1 parent 823ea4b commit 7ce5ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discoverx/explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def with_data_source_formats(self, data_source_formats: list[str] = ["DELTA"]) -
"""
new_obj = copy.deepcopy(self)
new_obj._data_source_formats = data_source_formats

def with_concurrency(self, max_concurrency) -> "DataExplorer":
"""Sets the maximum number of concurrent queries to run"""
new_obj = copy.deepcopy(self)
Expand Down

0 comments on commit 7ce5ede

Please sign in to comment.