Skip to content

Commit

Permalink
Remove string assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
loganripplinger authored Aug 1, 2019
1 parent 5706d4f commit a2e8156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jsphr_converter/brains.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def out(text, data):
text = out(text, _format_sub(item))

else:
assert(isinstance(value, str))
text = out(text, _format_body(value))

text = out(text, '\n')
Expand Down

0 comments on commit a2e8156

Please sign in to comment.