mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-17 13:28:27 +00:00
Fix Formatting
This commit is contained in:
parent
f8a836c673
commit
a308534b21
2 changed files with 2 additions and 2 deletions
2
hyperglass/external/rpki.py
vendored
2
hyperglass/external/rpki.py
vendored
|
|
@ -68,4 +68,4 @@ def rpki_state(
|
|||
if cached is not None:
|
||||
msg += " [CACHED]"
|
||||
log.debug(msg)
|
||||
return state
|
||||
return state
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue