From bf2922c9fdb58d308dceddc93745a3957aa136a3 Mon Sep 17 00:00:00 2001 From: pritchyspritch Date: Fri, 17 May 2024 10:55:52 +0100 Subject: [PATCH] Fix flake8 error --- dfe_threagile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dfe_threagile.py b/dfe_threagile.py index 1e3db18..562bfdc 100644 --- a/dfe_threagile.py +++ b/dfe_threagile.py @@ -37,7 +37,6 @@ def temp_file_read() -> list: "test-data.json file not found, this file is for testing purposes - automated Azure resource collection feature not yet implemented." ) sys.exit(0) - for line in lines: stripped_line = json.loads(line.strip())