Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make params required as it should be #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Bobrinik
Copy link

@Bobrinik Bobrinik commented Nov 9, 2024

Overview

params is required for client.get_balance_allowance(params), so we should make it explicit and make the user specify the argument.

Description

Instead of using a default of None, make sure that params is always specified for get_balance_allowance.

Testing instructions

No testing needed, simple change to make param a requirement. It fails right now if the params is not passed in.

Types of changes

  • Refactor/enhancement
  • Bug fix/behavior correction
  • New feature
  • Breaking change
  • Other, additional

Status

  • Prefix PR title with [WIP] if necessary (changes not yet made).
  • Add tests to cover changes as needed.
  • Update documentation/changelog as needed.
  • Verify all tests run correctly in CI and pass.
  • [X ] Ready for review/merge.

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