Skip to content

Commit 5d6e83c

Browse files
committed
pydantic checking, remove useless file
1 parent 4498d84 commit 5d6e83c

File tree

9 files changed

+106
-443
lines changed

9 files changed

+106
-443
lines changed

layoutlens/api/core.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,7 @@ def __init__(
194194
try:
195195
self.capture = Capture(output_dir=str(self.output_dir / "screenshots"))
196196

197-
# Initialize screenshot manager for 2-stage pipeline support
198-
from ..utils import ScreenshotManager
199-
200-
self.screenshot_manager = ScreenshotManager(output_dir=self.output_dir)
201-
202-
self.logger.debug("Initialized capture, comparator, and screenshot manager components")
197+
self.logger.debug("Initialized capture and vision components")
203198
except Exception as e:
204199
self.logger.error(f"Failed to initialize components: {e}")
205200
raise

layoutlens/utils/__init__.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

layoutlens/utils/screenshot_manager.py

Lines changed: 0 additions & 285 deletions
This file was deleted.

0 commit comments

Comments
 (0)