Remove executable from python files which don't really needs it

Additionally fix length of the line in api/base.py file to fit 79 line
chars limit.

TrivialFix

Change-Id: I37253f28cbbddf58740d7f75cad6ee7cc9be8954
This commit is contained in:
Slawek Kaplonski 2024-05-02 14:12:31 +02:00
parent decb2a6f09
commit 17e95518ea
2 changed files with 1 additions and 1 deletions

0
doc/source/conf.py Executable file → Normal file
View File

View File

@ -531,7 +531,7 @@ class BaseNetworkTest(test.BaseTestCase):
@classmethod
def reserve_subnet_cidr(cls, addr, **ipnetwork_kwargs):
"""Reserve given subnet CIDR making sure it is not used by create_subnet
"""Reserve given subnet CIDR making sure it's not used by create_subnet
:param addr: the CIDR address to be reserved
It can be a str or netaddr.IPNetwork instance