Skip to content

Commit

Permalink
fix: hotfix on not needed ValueError (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp authored Oct 1, 2024
1 parent 3118e36 commit a2c259a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/comment_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,6 @@ def body(self) -> str:
)
return f"**Ariadne Variables**\n{comparison_block}{details_block}"

elif self.variables_comparison or str(_Variables.changed_variables_plots):
raise ValueError(
"Both variables_comparison and changed_variables_plots must be set or "
"unset."
)
else:
return ""

Expand Down

0 comments on commit a2c259a

Please sign in to comment.