From b05af01b0a8af48d5739b48595ce70f8b6195f2f Mon Sep 17 00:00:00 2001 From: Benex254 Date: Mon, 5 Aug 2024 09:47:05 +0300 Subject: [PATCH] fix(interface): escape sequence warning --- fastanime/cli/interfaces/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastanime/cli/interfaces/utils.py b/fastanime/cli/interfaces/utils.py index c855657..2cc36b5 100644 --- a/fastanime/cli/interfaces/utils.py +++ b/fastanime/cli/interfaces/utils.py @@ -12,7 +12,7 @@ from ...Utility import anilist_data_helper from ...Utility.utils import remove_html_tags, sanitize_filename from ..config import Config -fzf_preview = """ +fzf_preview = r""" # # The purpose of this script is to demonstrate how to preview a file or an # image in the preview window of fzf.