Skip to content

Commit

Permalink
Fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchyspritch committed May 17, 2024
1 parent 43a3c5f commit bf2922c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dfe_threagile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit bf2922c

Please sign in to comment.