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: missing module declaration #98

Merged
merged 2 commits into from
Jun 25, 2024
Merged

fix: missing module declaration #98

merged 2 commits into from
Jun 25, 2024

Conversation

bednar
Copy link
Member

@bednar bednar commented Jun 24, 2024

Closes #97

Proposed Changes

Added missing module declaration for Query module.

Tested by

mkdir missing_module
cd missing_module

python -m venv ./.venv  
source .venv/bin/activate
pip install git+https://github.com/InfluxCommunity/influxdb3-python@query-package
python -c 'from influxdb_client_3 import InfluxDBClient3, Point'

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • Tests pass
  • Commit messages are conventional
  • Sign CLA (if not already signed)

@bednar bednar marked this pull request as ready for review June 24, 2024 18:36
Copy link

codecov bot commented Jun 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.75%. Comparing base (68b0176) to head (09adb4a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #98   +/-   ##
=======================================
  Coverage   49.75%   49.75%           
=======================================
  Files          32       32           
  Lines        2034     2034           
=======================================
  Hits         1012     1012           
  Misses       1022     1022           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bednar bednar merged commit e517cd3 into main Jun 25, 2024
14 checks passed
@bednar bednar deleted the query-package branch June 25, 2024 08:10
@bednar bednar added this to the 0.7.0 milestone Jun 25, 2024
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.

influxdb3-python 0.6.0 breaks influxdb_client_3 import
2 participants