Skip to content

Commit

Permalink
Update __init__.py for netbox 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrichbaum authored May 7, 2024
1 parent 1f9ef1b commit 32df731
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions netbox_prometheus_sd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from extras.plugins import PluginConfig

from netbox.plugins import PluginConfig

class PrometheusSD(PluginConfig):
name = "netbox_prometheus_sd"
Expand All @@ -14,5 +13,4 @@ class PrometheusSD(PluginConfig):
required_settings = []
default_settings = {}


config = PrometheusSD # pylint:disable=invalid-name

0 comments on commit 32df731

Please sign in to comment.