deepsource-autofix[bot]
fb35c71677
style: format code with black
...
Format code with black
This commit fixes the style issues introduced in 5266b4b
according to the output
from Black.
Details: None
2023-09-11 22:34:57 +00:00
5266b4bf40
Merge remote-tracking branch 'origin/main'
2023-09-11 23:34:40 +01:00
9f00d945ae
Line too long
2023-09-11 23:34:34 +01:00
deepsource-autofix[bot]
e1710a461f
style: format code with black
...
Format code with black
This commit fixes the style issues introduced in dae2d49
according to the output
from Black.
Details: None
2023-09-11 22:32:38 +00:00
dae2d4901c
Further cleanup to make Deepsource happy
2023-09-11 23:32:21 +01:00
deepsource-autofix[bot]
678a659dda
refactor: refactor unnecessary else
/ elif
when if
block has a return
statement
...
The use of `else` or `elif` becomes redundant and can be dropped if the last statement under the leading `if` / `elif` block is a `return` statement.
In the case of an `elif` after `return`, it can be written as a separate `if` block.
For `else` blocks after `return`, the statements can be shifted out of `else`. Please refer to the examples below for reference.
Refactoring the code this way can improve code-readability and make it easier to maintain.
2023-09-11 21:25:19 +00:00
deepsource-autofix[bot]
9789305706
refactor: delete unreachable statements
...
This statement is unreachable, as the control flow will never reach upto this point. Consider removing this part of code or re-evaluating the control flow.
2023-09-10 14:10:38 +00:00
c359356f4b
Clean up code
2023-09-09 20:52:12 +01:00
deepsource-autofix[bot]
94f4542135
style: format code with black
...
Format code with black
This commit fixes the style issues introduced in ccc34e8
according to the output
from Black.
Details: None
2023-09-09 12:20:50 +00:00
ccc34e8a35
Saveable command
...
Liveleak
2023-09-09 13:20:35 +01:00
deepsource-autofix[bot]
dd8f0725e9
style: format code with black
...
Format code with black
This commit fixes the style issues introduced in f0f3d3b
according to the output
from Black.
Details: None
2023-09-09 11:28:35 +00:00
f0f3d3b1d3
Add more overlay options
2023-09-09 12:28:19 +01:00
deepsource-autofix[bot]
f516ebf519
style: format code with black
...
Format code with black
This commit fixes the style issues introduced in 7b7f300
according to the output
from Black.
Details: None
2023-09-08 23:45:39 +00:00
7b7f30067b
Fix Image command
...
Mobile status
2023-09-09 00:45:26 +01:00
deepsource-autofix[bot]
aa86e211e5
style: format code with black
...
Format code with black
This commit fixes the style issues introduced in 4e68539
according to the output
from Black.
Details: None
2023-09-08 20:53:51 +00:00
4e685393de
Add Images command
...
Clean up Animals command
2023-09-08 21:53:33 +01:00