Skip to content

Conversation

@vjatoth-qti
Copy link

Describe your changes

Checklist before requesting a review

  • Add unit tests for this change.
  • Make sure all tests can pass.
  • Update documents if necessary.
  • Lint and apply fixes to your code by running lintrunner -a
  • Is this a user-facing change? If yes, give a description of this change to be included in the release notes.

(Optional) Issue link

decoder_config_extra=decoder_config_extra,
composite_components=None,
)
return handler

Check warning

Code scanning / lintrunner

RUFF/RET504 Warning

Unnecessary assignment to handler before return statement.
See https://docs.astral.sh/ruff/rules/unnecessary-assign
composite_components=list(zip(component_names, components)),
)

return composite

Check warning

Code scanning / lintrunner

RUFF/RET504 Warning

Unnecessary assignment to composite before return statement.
See https://docs.astral.sh/ruff/rules/unnecessary-assign
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant