Skip to content

Commit

Permalink
style: [ACI-917] remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-hantkovskyi authored Apr 11, 2024
1 parent 8670fbe commit a7d91f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion credentials/apps/badges/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def save(self, *args, **kwargs):
self.origin = self.ORIGIN
self.save(*args, **kwargs)


@classmethod
def by_uuid(cls, template_uuid):
return cls.objects.filter(uuid=template_uuid, origin=cls.ORIGIN).first()
Expand Down

0 comments on commit a7d91f3

Please sign in to comment.