From 6ba9de874c46a06ee41c2ee0e2241ceb411b6144 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Fri, 16 Aug 2019 23:24:10 -0700 Subject: [PATCH] remove commented code --- hyperglass/configuration/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hyperglass/configuration/models.py b/hyperglass/configuration/models.py index c694c61..6904ffb 100644 --- a/hyperglass/configuration/models.py +++ b/hyperglass/configuration/models.py @@ -44,7 +44,6 @@ class Router(BaseSettings): """Model for per-router config in devices.yaml.""" address: Union[IPvAnyAddress, str] - # asn: int network: str src_addr_ipv4: IPv4Address src_addr_ipv6: IPv6Address