Skip to content

Commit

Permalink
Remove this unneeded "pass" pointed out by SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
infirit committed Dec 19, 2024
1 parent 5b02600 commit af59141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blueman/main/Sendto.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def __init__(self, parsed_args: Namespace) -> None:
adapter = manager.get_adapter(parsed_args.source)
except DBusNoSuchAdapterError:
logging.error("Unknown adapter, trying first available")
pass

if adapter is None:
try:
Expand Down

0 comments on commit af59141

Please sign in to comment.