Lynxie/lynxie
deepsource-autofix[bot] 8a0477d086
refactor: refactor unnecessary else / elif when if block has a raise statement
`raise` causes control flow to be disrupted, as it will exit the block.
It is recommended to check other conditions using another `if` statement, and get rid of `else` statements as they are unnecessary.
2023-09-08 23:47:21 +00:00
..
assets Add Images command 2023-09-08 21:53:33 +01:00
commands Fix Image command 2023-09-09 00:45:26 +01:00
data Add animals command 2023-09-08 18:44:04 +01:00
__main__.py Fix Image command 2023-09-09 00:45:26 +01:00
config.py style: format code with black 2023-09-08 20:53:51 +00:00
database.py Add Images command 2023-09-08 21:53:33 +01:00
utils.py refactor: refactor unnecessary else / elif when if block has a raise statement 2023-09-08 23:47:21 +00:00