mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-14 15:52:18 -06:00
PEP8 cleanup
This commit is contained in:
@@ -222,7 +222,7 @@ class DeviceType(ImageAttachmentsMixin, PrimaryModel, WeightMixin):
|
||||
|
||||
@property
|
||||
def get_full_name(self):
|
||||
return f"{ self.manufacturer } { self.model }"
|
||||
return f"{self.manufacturer} {self.model}"
|
||||
|
||||
def to_yaml(self):
|
||||
data = {
|
||||
|
||||
Reference in New Issue
Block a user