Skip to content

Commit 6a98e42

Browse files
committed
style: Format code with ruff
1 parent 91cc91c commit 6a98e42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/harvester/forensic_scout.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ def clean_and_segment(self, raw_html: str) -> list[str]:
6464

6565
return segments
6666

67-
def harvest(
68-
self, url: str, author_id: str | None = None
69-
) -> Generator[dict[str, Any]]:
67+
def harvest(self, url: str, author_id: str | None = None) -> Generator[dict[str, Any]]:
7068
"""
7169
Streams harvested content in memory-efficient chunks.
7270

0 commit comments

Comments
 (0)