From ef2b406c78e340d6915aa8dc3c2c0b556b7fb114 Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Thu, 21 Oct 2021 12:21:00 +0200 Subject: [PATCH] Remove unused line --- src/wireviz/Harness.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wireviz/Harness.py b/src/wireviz/Harness.py index f3971c7..9d46fbc 100644 --- a/src/wireviz/Harness.py +++ b/src/wireviz/Harness.py @@ -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,