Skip to content

Commit

Permalink
fix ruff #n
Browse files Browse the repository at this point in the history
  • Loading branch information
biennd4 committed Sep 14, 2024
1 parent 52c569f commit 4d99d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/tools/test_checkmarx_cxflow_sast_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class TestCheckmarxCxflowSast(DojoTestCase):

def init(self, reportFilename):
my_file_handle = open(reportFilename)
my_file_handle = open(reportFilename, encoding="utf-8")
product = Product()
engagement = Engagement()
test = Test()
Expand Down

0 comments on commit 4d99d7e

Please sign in to comment.