[chore] remove unused dependency

This commit is contained in:
Cullen Watson
2023-10-05 10:10:48 -05:00
parent 735ec021f7
commit 9f50d33bdb
3 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
from dataclasses import dataclass
import requests
import tls_client
from .models import Property, ListingType, SiteName
@@ -19,7 +18,7 @@ class Scraper:
def __init__(
self,
scraper_input: ScraperInput,
session: requests.Session | tls_client.Session = None,
session: requests.Session = None,
):
self.location = scraper_input.location
self.listing_type = scraper_input.listing_type