Commit Graph

11 Commits

Author SHA1 Message Date
allinoneallinone00
107530923b HotLints 2024-05-01 22:36:20 +00:00
deepsource-autofix[bot]
16ce0ce826 refactor: add newline at end of file
It is recommended to put a newline at the end of the file.
2024-05-01 22:48:07 +05:30
deepsource-autofix[bot]
ba975a324b 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.
2024-05-01 22:19:37 +05:30
deepsource-autofix[bot]
b3c86802c4 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.
2024-05-01 22:11:04 +05:30
allinoneallinone00
3715eafe69 Major Shit's Fixes 2024-04-30 00:35:34 +00:00
allinoneallinone00
bf140da5b6 Refactor and Fix issues in install 2024-04-23 15:49:31 +00:00
Abhi
e33ab2cd1d Fix: squotes.py 2023-12-16 17:30:39 +00:00
Abhi
7a558c089e moved to pyrofork 2023-12-15 08:06:12 +00:00
Abhi
e406b69c94 update UB - 1.5.0 2023-10-30 13:27:44 +00:00
Abhi
56e03aaae6 update ub 2023-10-30 13:19:13 +00:00
AbhiTheModder
716a4a964f Some necessary modules 2023-02-09 12:35:48 +05:30