removed unused imports

main
Taylor Hood 2 years ago
parent bb1014f541
commit 57b83d096e

@ -1,13 +1,8 @@
import logging import logging
import os
import re import re
import sys
import traceback
from xmlrpc import client
from bs4 import BeautifulSoup as bs from bs4 import BeautifulSoup as bs
import html2text import html2text
import requests
from lottery_data_scraper.schemas import GameSchema from lottery_data_scraper.schemas import GameSchema
from lottery_data_scraper.util import fetch_html from lottery_data_scraper.util import fetch_html

Loading…
Cancel
Save