Skip to content

Commit a2c259a

Browse files
authored
fix: hotfix on not needed ValueError (#25)
1 parent 3118e36 commit a2c259a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/comment_components.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,6 @@ def body(self) -> str:
310310
)
311311
return f"**Ariadne Variables**\n{comparison_block}{details_block}"
312312

313-
elif self.variables_comparison or str(_Variables.changed_variables_plots):
314-
raise ValueError(
315-
"Both variables_comparison and changed_variables_plots must be set or "
316-
"unset."
317-
)
318313
else:
319314
return ""
320315

0 commit comments

Comments
 (0)