Fix overlong line

hacking 6.0.0 was released and this now detects a line that is too long,
but went unnoticed before.

Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: Ia6bcf800a284284e88610aad2edd1d60b75142e6
This commit is contained in:
Dr. Jens Harbott 2023-04-19 21:14:14 +02:00
parent d25ec820b1
commit 4eb4cf59bf
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ import six
from openstack_requirements import project
from openstack_requirements import requirement
_setup_py_text = """# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
_setup_py_text = """\
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.