Skip to content

Commit 982ece5

Browse files
Update graphgen/models/generator/atomic_generator.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 43c8196 commit 982ece5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphgen/models/generator/atomic_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import Any
22

3-
from baselines.EntiGraph.tasks.baseline_task import compute_content_hash
3+
from graphgen.utils import compute_content_hash
44
from graphgen.bases import BaseGenerator
55
from graphgen.templates import ATOMIC_GENERATION_PROMPT
66
from graphgen.utils import detect_main_language, logger

0 commit comments

Comments
 (0)