Skip to content

Commit

Permalink
Remove unused parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Nov 4, 2020
1 parent 3113b46 commit a9b2588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataProfileViewer/_plot_metadata_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def getSample(text):
result.append(row)
return result

def prepare_data_profiler(metadata, enet_alpha=0.001, enet_l1=0.1):
def prepare_data_profiler(metadata):
metadata = copy.deepcopy(metadata)

metadataJSON = {
Expand Down

0 comments on commit a9b2588

Please sign in to comment.