Skip to content

Commit

Permalink
pylint: fix superfluous-parens
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechi committed May 28, 2024
1 parent 0bfecc9 commit e40fd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_check_po_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def setUp(self):
load_plugins()
ReportManager.enable(["array"])
self.report = Report("")
self.report_matches = ("ERROR: Invalid PO file")
self.report_matches = "ERROR: Invalid PO file"

def test_check_for_invalid_strings_po_valid_file(self):
ReportManager.getEnabledReporters()[0].reports = []
Expand Down

0 comments on commit e40fd08

Please sign in to comment.