diff --git a/src/config/swagger_info.py b/src/config/swagger_info.py index f25b011c..0d92b6e9 100644 --- a/src/config/swagger_info.py +++ b/src/config/swagger_info.py @@ -4,6 +4,5 @@ title="Safe Config Service API", default_version="v1", description="Service that provides configuration information in the context of the Safe clients environment", - contact=openapi.Contact(email="safe@gnosis.io"), license=openapi.License(name="MIT License"), )