Skip to content
Snippets Groups Projects
Commit 80a79237 authored by Erik Reid's avatar Erik Reid
Browse files

another typo

parent 3654cb1a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment