Skip to content

Commit

Permalink
Update mi_campaign_webscraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
necabotheking committed Oct 27, 2023
1 parent 2a2185b commit aa03b0e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions utils/mi_campaign_webscraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
import requests
from bs4 import BeautifulSoup

from utils.constants import (
HEADERS,
MI_CON_FILEPATH,
MI_EXP_FILEPATH,
MI_SOS_URL,
)
from constants import HEADERS, MI_CON_FILEPATH, MI_EXP_FILEPATH, MI_SOS_URL


def scrape_and_download_mi_data() -> None:
Expand Down

0 comments on commit aa03b0e

Please sign in to comment.