Removed trailing whitespace
PyLint C0303: Trailing whitespace (trailing-whitespace)
This commit is contained in:
parent
6216c85322
commit
96b19172a1
@ -30,9 +30,6 @@ class FirecrawlApp:
|
||||
if self.api_key is None:
|
||||
raise ValueError('No API key provided')
|
||||
self.api_url = api_url or os.getenv('FIRECRAWL_API_URL', 'https://api.firecrawl.dev')
|
||||
|
||||
|
||||
|
||||
def scrape_url(self, url: str, params: Optional[Dict[str, Any]] = None) -> Any:
|
||||
"""
|
||||
Scrape the specified URL using the Firecrawl API.
|
||||
|
Loading…
Reference in New Issue
Block a user