Fix lint errors with black

This commit is contained in:
Pim van Pelt
2022-04-22 13:10:16 +00:00
parent 1b49059ffb
commit b7ff5479ac
3 changed files with 115 additions and 26 deletions

View File

@ -85,8 +85,8 @@ class YAMLTest(unittest.TestCase):
this_msg_expected = True
break
if not this_msg_expected:
print(f"{self.yaml_filename}: Unexpected message: {m}", file=sys.stderr)
fail = True
print(f"{self.yaml_filename}: Unexpected message: {m}", file=sys.stderr)
fail = True
count = 0
if (