1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-17 13:28:27 +00:00

Fix Formatting

This commit is contained in:
Wilhelm Schonfeldt 2025-09-26 08:17:41 +02:00
parent f8a836c673
commit a308534b21
2 changed files with 2 additions and 2 deletions

View file

@ -68,4 +68,4 @@ def rpki_state(
if cached is not None:
msg += " [CACHED]"
log.debug(msg)
return state
return state

View file

@ -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
return self