PEP8 cleanup

This commit is contained in:
Jeremy Stretch
2024-01-03 13:50:37 -05:00
parent 1f865af559
commit 8e20581da7
4 changed files with 5 additions and 5 deletions

View File

@@ -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 = {