From 80a792375578055e124aeefb76dae6a3a009c496 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Tue, 28 Mar 2023 09:36:40 +0200 Subject: [PATCH] another typo --- geant_service_orchestrator/services/ipam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geant_service_orchestrator/services/ipam.py b/geant_service_orchestrator/services/ipam.py index 4df06452..30d2a07b 100644 --- a/geant_service_orchestrator/services/ipam.py +++ b/geant_service_orchestrator/services/ipam.py @@ -3,7 +3,7 @@ from pydantic import BaseSettings from geant_service_orchestrator import settings -class ServiceNetworks(BaseSettings) +class ServiceNetworks(BaseSettings): v4: ipaddress.IPv4Network v6: ipaddress.IPv6Network -- GitLab