Skip to content

Commit 28f34fc

Browse files
Flake8
1 parent 1cdb2b0 commit 28f34fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atomic-forge/tools/webpage_scraper/tests/test_webpage_scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Add the parent directory to sys.path to find the tool module
1010
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
1111

12-
from tool.webpage_scraper import (
12+
from tool.webpage_scraper import ( # noqa: E402
1313
WebpageScraperTool,
1414
WebpageScraperToolConfig,
1515
WebpageScraperToolInputSchema,

0 commit comments

Comments
 (0)