Skip to content

Commit

Permalink
chore: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Mar 9, 2023
1 parent d34b8d7 commit 5d4ebb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion datahub-classify/src/datahub_classify/infotype_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ def inspect_for_full_name(
and prediction_factors_weights.get(VALUES, 0) > 0
and 0.5 > cast(float, debug_info.values) > 0.1
):

debug_info.values = 0.8
except Exception as e:
logger.error(f"Column {metadata.name} failed due to {e}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def predict_infotypes(
# iterate over all infotype functions
proposal_list = []
for infotype, infotype_fn in infotype_function_map.items():

# get the configuration
config_dict = global_config[infotype]

Expand Down

0 comments on commit 5d4ebb1

Please sign in to comment.