Skip to content

Commit

Permalink
run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
g-marconet committed Oct 22, 2024
1 parent 8293549 commit d896ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/engine/tests/test_cfn_python_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
{
"filename": "example_1.yaml",
"line": 804,
"message": "Duplicate found \"EC2InstanceSGID\" (line 804)",
"message": 'Duplicate found "EC2InstanceSGID" (line 804)',
"severity": "medium",
"type": "E0000",
},
{
"filename": "example_1.yaml",
"line": 828,
"message": "Duplicate found \"EC2InstanceSGID\" (line 828)",
"message": 'Duplicate found "EC2InstanceSGID" (line 828)',
"severity": "medium",
"type": "E0000",
},
Expand Down

0 comments on commit d896ea2

Please sign in to comment.