Skip to content

Commit 07af393

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent cbd3be0 commit 07af393

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

graphgen/models/generator/masked_fill_in_blank_generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ async def generate(
115115
match = re.search(mask_pattern, context)
116116
if match:
117117
gth = match.group(0)
118-
# masked_context = mask_pattern.sub("___", context)
119118
masked_context = mask_pattern.sub("{ }", context)
120119
else:
121120
logger.debug(

0 commit comments

Comments
 (0)