Skip to content

Commit

Permalink
Remove Unnecessary Code (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
JONGSKY authored Nov 23, 2023
1 parent 8249b98 commit a26e069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data_juicer/ops/filter/flagged_words_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def __init__(self,
self.words_aug_group_sizes = words_aug_group_sizes
self.words_aug_join_char = words_aug_join_char
self.model_key = None
self.lang = lang

self.FLAGGED_WORDS = load_words_asset(words_dir=flagged_words_dir,
words_type='flagged_words')
Expand Down

0 comments on commit a26e069

Please sign in to comment.