Skip to content

Commit

Permalink
Remove unnecessary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasThoren committed Feb 2, 2018
1 parent a6da797 commit dda8b72
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions scripts/parse.py
Expand Up @@ -9,8 +9,7 @@
import os
from bs4 import BeautifulSoup

from www.utils import (
convert_amount)
from www.utils import convert_amount
from www import log


Expand Down Expand Up @@ -611,10 +610,3 @@ def get_lot(self, table_no):
lot = ""

return lot

# if __name__ == '__main__':
# # html_path = (
# # '%s/' % DATA_DIR +
# # 'raw/2014-02-18/form-html/OPR288694480.html')
# # print(LocationParser(html_path).form_list())
# pass

0 comments on commit dda8b72

Please sign in to comment.