mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 10:52:31 +08:00
Add stubs for influxdb-client (#9429)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
aiohttp
|
||||
@@ -0,0 +1,13 @@
|
||||
# Imports that stubtest thinks should be re-exported.
|
||||
influxdb_client.client.write.dataframe_serializer.DEFAULT_WRITE_PRECISION
|
||||
influxdb_client.client.write.retry.random
|
||||
influxdb_client.client.write_api.DEFAULT_WRITE_PRECISION
|
||||
influxdb_client.client.write_api.random
|
||||
influxdb_client.client.write_api_async.DEFAULT_WRITE_PRECISION
|
||||
|
||||
# Metaclass problem inherited from urllib3.
|
||||
influxdb_client.client.write.retry.WritesRetry
|
||||
|
||||
# Requires numpy and pandas to be installed.
|
||||
influxdb_client.client.util.date_utils_pandas
|
||||
influxdb_client.extras
|
||||
Reference in New Issue
Block a user