Making the sanity tests happy again
This commit is contained in:
parent
c438105ce2
commit
613944e2a2
|
|
@ -82,7 +82,6 @@ else:
|
|||
class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
|
||||
NAME = "dominion_solutions.netbird"
|
||||
|
||||
|
||||
def _build_client(self, loader):
|
||||
"""Build the Netbird API Client"""
|
||||
|
||||
|
|
@ -188,7 +187,6 @@ class NetbirdApi:
|
|||
return peers
|
||||
|
||||
|
||||
|
||||
class Peer:
|
||||
# This is an example peers response from the Netbird API:
|
||||
# [
|
||||
|
|
|
|||
Loading…
Reference in New Issue