Skip to content

Commit 2b67417

Browse files
committed
chore: Update query_templates.py
1 parent 3f0df62 commit 2b67417

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

query_templates.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ class QueryTemplates:
1313

1414
def __init__(self, driver: Driver):
1515
self.driver = driver
16-
16+
1717
def _enrich_with_article_urls(
1818
self, entity_id: str, source_articles: Optional[List[str]] = None
1919
) -> List[str]:
2020
"""
2121
Helper method to get article URLs for an entity
22-
22+
2323
Args:
2424
entity_id: Entity ID
2525
source_articles: Optional list of article IDs (if already known)
26-
26+
2727
Returns:
2828
List of article URLs
2929
"""

0 commit comments

Comments
 (0)