mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-13 23:46:43 +03:00
Merge pull request #128 from dmunozv04/deepsource-autofix-c896b47c
refactor: refactor unnecessary `else` / `elif` when `if` block has a `continue` statement
This commit is contained in:
@@ -145,7 +145,7 @@ def main(config, debug: bool) -> None:
|
||||
channel_info["name"] = input("Enter the channel name: ")
|
||||
channel_whitelist.append(channel_info)
|
||||
continue
|
||||
elif choice == "6":
|
||||
if choice == "6":
|
||||
continue
|
||||
|
||||
channel_info["id"] = results[int(choice)][0]
|
||||
|
||||
Reference in New Issue
Block a user