We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b0176 commit e517cd3Copy full SHA for e517cd3
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## 0.7.0 [unreleased]
4
5
+### Bug Fixes
6
+
7
+1. [#98](https://github.com/InfluxCommunity/influxdb3-python/pull/98): Missing declaration for `query` module
8
9
## 0.6.0 [2024-06-24]
10
11
### Features
influxdb_client_3/query/__init__.py
@@ -0,0 +1 @@
1
+"""Package for query module."""
0 commit comments