Skip to content

Commit

Permalink
fix: 使っていないテスト用のコード
Browse files Browse the repository at this point in the history
  • Loading branch information
ujex256 committed Jun 14, 2024
1 parent df0c960 commit 1adc93c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ngwords.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,3 @@ def all_ng_words(self) -> set:
@property
def all_excluded_words(self) -> set:
return self._allow


if __name__ == "__main__":
print(NGWords(r"ng_words/ngWords.txt").match("r-18"))
print(NGWords(r"ngWords_Hiraassssssss.txt").all_ng_words) # FileNotFound

0 comments on commit 1adc93c

Please sign in to comment.