Skip to content

Commit

Permalink
Local variable 'filename' value is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
tveronesi authored Dec 3, 2021
1 parent 486f982 commit 52d83f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imbox/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def parse_attachment(message_part):
'content': io.BytesIO(file_data),
'content-id': message_part.get("Content-ID", None)
}
filename = message_part.get_param('name')
filename_parts = []
for param in dispositions[1:]:
if param:
Expand Down

0 comments on commit 52d83f5

Please sign in to comment.