From 8b498025c8f9846330c8cad15771095b83075ec0 Mon Sep 17 00:00:00 2001 From: chenwei Date: Tue, 9 Aug 2022 14:06:02 +0800 Subject: [PATCH] Remove unicode literal from code All strings are considered as unicode literal string from Python 3. Closes bug: #1984037 Change-Id: I7de95b0c6f98e8a28c23def61712ce6bb50b058f --- releasenotes/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index aec5c02c3..5756e9bb4 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -55,8 +55,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Ironic Python Agent Release Notes' -copyright = u'2015, Ironic Python Agent Developers' +project = 'Ironic Python Agent Release Notes' +copyright = '2015, Ironic Python Agent Developers' # Release notes do not need a version number in the title, they # cover multiple releases.