Merge branch 'EmailInfra' of https://github.com/koesterlab/remail int… #60
Annotations
10 errors
Ruff (F841):
EMailService.py#L123
EMailService.py:123:13: F841 Local variable `html_file_names` is assigned to but never used
|
Ruff (E402):
EMailService.py#L194
EMailService.py:194:1: E402 Module level import not at top of file
|
Ruff (F811):
EMailService.py#L194
EMailService.py:194:25: F811 Redefinition of unused `Credentials` from line 9
|
Ruff (F811):
EMailService.py#L194
EMailService.py:194:38: F811 Redefinition of unused `Account` from line 9
|
Ruff (F811):
EMailService.py#L194
EMailService.py:194:47: F811 Redefinition of unused `Message` from line 9
|
Ruff (F811):
EMailService.py#L194
EMailService.py:194:56: F811 Redefinition of unused `FileAttachment` from line 9
|
Ruff (F811):
EMailService.py#L194
EMailService.py:194:72: F811 Redefinition of unused `EWSDateTime` from line 9
|
Ruff (F811):
EMailService.py#L194
EMailService.py:194:85: F811 Redefinition of unused `UTC` from line 9
|
Ruff (E402):
EMailService.py#L195
EMailService.py:195:1: E402 Module level import not at top of file
|
Ruff (F811):
EMailService.py#L195
EMailService.py:195:8: F811 Redefinition of unused `os` from line 10
|