fix(aurora): pylint fixes
This commit is contained in:
parent
0d64e3f652
commit
027144f35d
3 changed files with 7 additions and 6 deletions
|
@ -116,7 +116,7 @@ class ImportAuroraView(ui.View):
|
|||
database=database,
|
||||
return_obj=False
|
||||
)
|
||||
except Exception as e:
|
||||
except Exception as e: # pylint: disable=broad-exception-caught
|
||||
failed_cases.append(str(case["moderation_id"]) + f": {e}")
|
||||
|
||||
await interaction.edit_original_response(content="Import complete.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue