Remove unicode literal from code

All strings are considered as unicode literal string from Python 3.

Closes bug: #1995548

Change-Id: I92be0f8be8e66fa13763caab97e9968c2f956e68
This commit is contained in:
lichenyu 2022-11-03 12:40:28 +08:00 committed by lcyuzzz
parent b971ad860f
commit eaf68bea24

View File

@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project = 'Skyline Console Release Notes'
copyright = u'2022, Skyline Console developers'
copyright = '2022, Skyline Console developers'
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/skyline-console'
openstackdocs_bug_project = 'skyline-apiserver'