From e33876c734de50e8d970832691c33543c0edfce2 Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Sat, 27 Oct 2018 08:30:00 +0000 Subject: [PATCH] Fix flake8 W605 warning --- whipper/image/cue.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/whipper/image/cue.py b/whipper/image/cue.py index f657c77..2edee6f 100644 --- a/whipper/image/cue.py +++ b/whipper/image/cue.py @@ -33,9 +33,9 @@ from whipper.image import table import logging logger = logging.getLogger(__name__) -_REM_RE = re.compile("^REM\s(\w+)\s(.*)$") -_PERFORMER_RE = re.compile("^PERFORMER\s(.*)$") -_TITLE_RE = re.compile("^TITLE\s(.*)$") +_REM_RE = re.compile(r"^REM\s(\w+)\s(.*)$") +_PERFORMER_RE = re.compile(r"^PERFORMER\s(.*)$") +_TITLE_RE = re.compile(r"^TITLE\s(.*)$") _FILE_RE = re.compile(r""" ^FILE # FILE