Skip to content

Commit

Permalink
Remove unused Request class
Browse files Browse the repository at this point in the history
  • Loading branch information
torbencarstens committed Feb 26, 2024
1 parent 059ca81 commit f7e3db7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lake_scrapers/scraper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import urllib.robotparser
from abc import abstractmethod
from dataclasses import dataclass

import bs4
import httpx
Expand All @@ -9,12 +8,6 @@
from lake_scrapers import LakeTemperatureItem, create_logger


@dataclass
class Request:
def __init__(self, path: str):
self.path = path


class Scraper:
base_url: str
paths: list[str]
Expand Down

0 comments on commit f7e3db7

Please sign in to comment.