Commit graph

8 commits

Author SHA1 Message Date
cc87c3e0ba
Merge pull request #13 from Fluffy-Bean/deepsource-autofix-4c5a2b0f
remove unnecessary f-string
2023-09-10 15:12:37 +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
c359356f4b Clean up code 2023-09-09 20:52:12 +01: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