From 83db3d2f684f26f2117c1e212f9d33172f2d75d4 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Thu, 13 Sep 2018 11:35:08 -0400 Subject: This just fixes a couple minor lint warnings related to raw strings and escapes --- cmd2/transcript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2/transcript.py') diff --git a/cmd2/transcript.py b/cmd2/transcript.py index 5ba8d20d..8df58634 100644 --- a/cmd2/transcript.py +++ b/cmd2/transcript.py @@ -106,7 +106,7 @@ class Cmd2TestCase(unittest.TestCase): self.assertTrue(re.match(expected, result, re.MULTILINE | re.DOTALL), message) def _transform_transcript_expected(self, s: str) -> str: - """Parse the string with slashed regexes into a valid regex. + r"""Parse the string with slashed regexes into a valid regex. Given a string like: -- cgit v1.2.1