Yasu777 commited on
Commit
7936840
·
verified ·
1 Parent(s): e6d81c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import re
5
  from tinydb import TinyDB, Query
6
  import datetime
7
  from bs4 import BeautifulSoup
 
8
 
9
  def is_valid_html(html):
10
  with warnings.catch_warnings(record=True) as w:
 
5
  from tinydb import TinyDB, Query
6
  import datetime
7
  from bs4 import BeautifulSoup
8
+ import warnings
9
 
10
  def is_valid_html(html):
11
  with warnings.catch_warnings(record=True) as w: