Skip to content

Commit

Permalink
Updated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ciioprof0 committed Aug 7, 2024
1 parent 189ad28 commit 06ace62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_doc_scrpper.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import requests
from bs4 import BeautifulSoup
from unittest.mock import patch, mock_open
from app.doc_scrapper import *
from app.doc_scrapper import allows_scraping, convert_html_to_markdown, fetch_html, process_url, save_markdown

# Mock HTML content for testing
HTML_CONTENT = '''
Expand Down

0 comments on commit 06ace62

Please sign in to comment.