Skip to content

Commit

Permalink
remove token from configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <touma@us.ibm.com>
  • Loading branch information
touma-I committed Mar 1, 2025
1 parent 14f07ae commit 10be8fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ def transform(self, table: pa.Table, file_name: str = None) -> tuple[list[pa.Tab

class CodeQualityTransformConfiguration(TransformConfiguration):
def __init__(self):
super().__init__(name="code_quality", transform_class=CodeQualityTransform)
super().__init__(name="code_quality", transform_class=CodeQualityTransform, remove_from_metadata=['hf_token'])


def add_input_params(self, parser: ArgumentParser) -> None:
parser.add_argument(
Expand Down

0 comments on commit 10be8fd

Please sign in to comment.