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

fix: creating client instance from static configuration #526

Merged
merged 2 commits into from
Nov 1, 2022

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Nov 1, 2022

Closes #520

Proposed Changes

Fixed creating client instance from static configuration for type checking.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • pytest tests completes successfully
  • Commit messages are conventional
  • Sign CLA (if not already signed)

@bednar bednar marked this pull request as ready for review November 1, 2022 07:43
@bednar bednar requested a review from powersj November 1, 2022 07:44
@@ -1,5 +1,8 @@
## 1.35.0 [unreleased]

### Bug Fixes
1. [#526](https://github.com/influxdata/influxdb-client-python/pull/526): Creating client instance from static configuration
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this PR in reference to #522?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it is fix for #520

@bednar bednar merged commit 0927944 into master Nov 1, 2022
@bednar bednar deleted the fix-type-check branch November 1, 2022 14:46
@bednar bednar added this to the 1.35.0 milestone Nov 1, 2022
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.

InfluxDBClient __exit__ function -> pylint warning
2 participants