Skip to content

fix: missing module declaration#98

Merged
bednar merged 2 commits intomainfrom
query-package
Jun 25, 2024
Merged

fix: missing module declaration#98
bednar merged 2 commits intomainfrom
query-package

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
@bednar bednar requested review from alespour and karel-rehor June 24, 2024 18:37
@codecov
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
@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