delete unused code

This commit is contained in:
oleting
2020-12-28 19:43:17 +01:00
parent 4aec8a2afd
commit 4df884055a
3 changed files with 3 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ class NassiShneidermanDiagram:
x, y = instruction.to_image(x, y, 1000)
def check_conflicts(self, filepath:str, behavoiur: Overwrite_behaviour):
if os.path.exists(filepath+".png"):
if os.path.exists(filepath + ".png"):
if behavoiur == OB.SKIP:
return None
elif behavoiur == OB.OVERWWRITE: