From bc2ac69b9a7c73ac2d52edff6b7f93bd450d410f Mon Sep 17 00:00:00 2001 From: Benex254 Date: Tue, 30 Jul 2024 17:01:59 +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.