【Python】リストから空白のものを取り除く

removed_space_list = [t for t in include_space_list if t]