forked from extern/django-helpdesk
style fix
This commit is contained in:
parent
ce82ddb9f9
commit
ba8f3f3cbb
@ -956,7 +956,6 @@ class Attachment(models.Model):
|
||||
mimetypes.guess_type(self.filename, strict=False)[0] or \
|
||||
'application/octet-stream'
|
||||
|
||||
|
||||
return super(Attachment, self).save(*args, **kwargs)
|
||||
|
||||
def get_filename(self):
|
||||
|
Loading…
Reference in New Issue
Block a user