Use only naked `{` and `}` for variable assignment
[normand.git] / tests / conftest.py
index 0c90e2a6c8b3e7a57f4136ef0e06127f7d567a53..3368d3310c90f52a270da4c5245a4e0b472302d5 100644 (file)
@@ -77,7 +77,7 @@ class _NormandTestItemFail(_NormandTestItem):
             normand.parse(normand_text)
 
         exc = exc_info.value
-        expected_msg = ''
+        expected_msg = ""
 
         for msg in reversed(exc.messages):
             expected_msg += "{}:{} - {}\n".format(
This page took 0.025154 seconds and 4 git commands to generate.