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]
6b1fee77f0
style: format code with black
...
Format code with black
This commit fixes the style issues introduced in 960f452
according to the output
from Black.
Details: None
2023-09-11 18:38:34 +00:00
960f452e4a
Shitload of new overlays
...
E621 search with blacklist
2023-09-11 19:38:11 +01:00
cc87c3e0ba
Merge pull request #13 from Fluffy-Bean/deepsource-autofix-4c5a2b0f
...
remove unnecessary f-string
2023-09-10 15:12:37 +01:00
168f1d6d91
Merge pull request #12 from Fluffy-Bean/deepsource-autofix-fd1f8ba6
...
remove unused imports
2023-09-10 15:12:24 +01:00
deepsource-autofix[bot]
dfa2820b40
refactor: remove unnecessary f-string
...
It is wasteful to use `f-string` mechanism if there are no expressions to be extrapolated. It is recommended to use regular strings instead.
2023-09-10 14:11:53 +00:00
deepsource-autofix[bot]
fec670ecb6
style: Format code with black
2023-09-10 14:11:23 +00:00
deepsource-autofix[bot]
a8eb5e09a0
refactor: remove unused imports
...
An object has been imported but is not used anywhere in the file.
It should either be used or the import should be removed.
2023-09-10 14:11:13 +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
deepsource-autofix[bot]
3cf308a34b
style: format code with black
...
Format code with black
This commit fixes the style issues introduced in 0c19098
according to the output
from Black.
Details: None
2023-09-08 17:44:22 +00:00
0c1909807a
Add animals command
...
Fix Youtube playback
Add Database file
2023-09-08 18:44:04 +01:00
deepsource-autofix[bot]
ced110c2f9
style: format code with black
...
Format code with black
This commit fixes the style issues introduced in cea527a
according to the output
from Black.
Details: None
2023-09-07 17:20:15 +00:00
cea527ae79
Add more commands
2023-09-07 18:20:00 +01:00
0cddbb75e2
Add more commands
2023-09-07 18:19:39 +01:00
bafe17e0d4
Add music
2023-09-07 15:02:11 +01:00
640351e5bf
Move back to Python
2023-09-07 13:26:02 +01:00