Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
whitej6 committed Oct 31, 2023
1 parent 4f61247 commit 1d20c94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nautobot_golden_config/template_content.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
"""Added content to the device model view for config compliance."""
from django.db.models import Count, Q
from nautobot.dcim.models import Device
from nautobot.extras.plugins import PluginTemplateExtension
from nautobot_golden_config.models import ConfigCompliance, GoldenConfig
from nautobot_golden_config.utilities.constant import CONFIG_FEATURES, ENABLE_COMPLIANCE
from nautobot_golden_config.utilities.helper import get_device_to_settings_map


class ConfigComplianceDeviceCheck(PluginTemplateExtension): # pylint: disable=abstract-method
Expand Down

0 comments on commit 1d20c94

Please sign in to comment.