Skip to content

Commit

Permalink
Addressed ruff issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio-Oliveira-Encora committed Feb 27, 2024
1 parent 9c3c7d7 commit a8799ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions diode-netbox-plugin/netbox_diode_plugin/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@


class ObjectState(models.Model):
"""
Dummy model used to generate permissions for Diode NetBox Plugin. Does not exist in the database.
"""
"""Dummy model used to generate permissions for Diode NetBox Plugin. Does not exist in the database."""

class Meta:
"""Meta class."""

managed = False

default_permissions = ()
Expand Down

0 comments on commit a8799ca

Please sign in to comment.