Skip to content

Commit

Permalink
style: Fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
abates committed Jun 26, 2024
1 parent 36e79f6 commit b2806e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot_design_builder/tests/designs/test_designs.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class IntegrationDesign(DesignJob):
model=Device,
)

class Meta:
class Meta: # pylint: disable=too-few-public-methods
"""Metadata needed to implement the P2P design."""

design_mode = DesignModeChoices.DEPLOYMENT
Expand Down

0 comments on commit b2806e9

Please sign in to comment.