Commit Graph

11 Commits

Author SHA1 Message Date
Abhi
5688edc22f black 2024-11-25 03:55:37 +05:30
allinoneallinone00
7bae8fdac6 Done ig 2024-05-02 00:07:20 +00:00
allinoneallinone00
bdffa21e56 logging format 2024-05-01 22:04:57 +00:00
allinoneallinone00
fd6701fd34 Logging format 2024-05-01 22:01:56 +00:00
allinoneallinone00
d51929eb30 Remove: f-string with no expression 2024-05-01 21:49:11 +00:00
allinoneallinone00
b8cf14326a logging.warn is depreciated 2024-05-01 20:26:12 +00:00
Abhi
0d7f487861 Update lexicapi.py 2024-05-02 00:18:30 +05:30
Abhi
8517a8293c Update lexicapi.py 2024-05-02 00:18:30 +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
allinoneallinone00
e0b08fc26c :] 2024-04-25 00:47:10 +00:00
allinoneallinone00
f8a88e99fa Add Image Gen lexicapi, Improved logging format 2024-04-25 00:45:47 +00:00