Skip to content

Commit

Permalink
Update clean.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Sep 1, 2020
1 parent e1650b9 commit ac6ed62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thaidp/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from thaidp.gen import *
from thaidp.filter import *
import random
from functools import reduce

def random_bool() -> bool:
return random.choice([True,False])
Expand Down

0 comments on commit ac6ed62

Please sign in to comment.