Skip to content

feat: add return type annotations to cli_args functions#476

Open
ArvinFarrelP wants to merge 1 commit intoAzure-Samples:mainfrom
ArvinFarrelP:fix-return-type-cli-args
Open

feat: add return type annotations to cli_args functions#476
ArvinFarrelP wants to merge 1 commit intoAzure-Samples:mainfrom
ArvinFarrelP:fix-return-type-cli-args

Conversation

@ArvinFarrelP
Copy link

This PR adds return type annotations to the two functions in src/common/cli_args.py as requested in issue #468.

Changes:

  • Added -> None to add_rsl_rl_args
  • Added -> RslRlBaseRunnerCfg to update_rsl_rl_cfg

The return types were inferred from the function implementations.

Closes #468

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.

feat(scripts): add return type annotations to common/cli_args.py

1 participant