Remove unused line

This commit is contained in:
Daniel Rojas 2021-10-21 12:21:00 +02:00 committed by KV
parent 842e174bb9
commit ef2b406c78

View File

@ -252,10 +252,6 @@ class Harness:
) -> None:
# graphical output
graph = self.graph
svg_already_exists = Path(
f"{filename}.svg"
).exists() # if SVG already exists, do not delete later
# graphical output
for f in fmt:
if f in ("png", "svg", "html"):
if f == "html": # if HTML format is specified,