Fix linebreaks

This commit is contained in:
Jeremy Stretch 2024-10-10 09:21:20 -04:00
parent d2e537b700
commit 621b0e10d4

View File

@ -101,11 +101,11 @@ class NetBoxModel(NetBoxFeatureSet, models.Model):
# update the GFK field value
setattr(self, field.name, obj)
#
# NetBox internal base models
#
class PrimaryModel(NetBoxModel):
"""
Primary models represent real objects within the infrastructure being modeled.