diff --git a/hyperglass/external/rpki.py b/hyperglass/external/rpki.py index 1c46ffd..417250e 100644 --- a/hyperglass/external/rpki.py +++ b/hyperglass/external/rpki.py @@ -68,4 +68,4 @@ def rpki_state( if cached is not None: msg += " [CACHED]" log.debug(msg) - return state \ No newline at end of file + return state diff --git a/hyperglass/models/data/bgp_route.py b/hyperglass/models/data/bgp_route.py index 50e329b..905c1b7 100644 --- a/hyperglass/models/data/bgp_route.py +++ b/hyperglass/models/data/bgp_route.py @@ -123,4 +123,4 @@ class BGPRouteTable(HyperglassModel): if isinstance(other, BGPRouteTable): self.routes = sorted([*self.routes, *other.routes], key=lambda r: r.prefix) self.count = len(self.routes) - return self \ No newline at end of file + return self