mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 09:08:15 -06:00
PEP8 fixes
This commit is contained in:
parent
ecdd30778a
commit
773b6e4130
@ -2,6 +2,7 @@ from django.db import models
|
||||
|
||||
from netbox.models import EventRulesMixin, ChangeLoggingMixin
|
||||
|
||||
|
||||
class DummyModel(EventRulesMixin, ChangeLoggingMixin, models.Model):
|
||||
name = models.CharField(
|
||||
max_length=20
|
||||
|
Loading…
Reference in New Issue
Block a user