mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Add stubs for influxdb-client (#9429)
This commit is contained in:
1
stubs/influxdb-client/@tests/requirements-stubtest.txt
Normal file
1
stubs/influxdb-client/@tests/requirements-stubtest.txt
Normal file
@@ -0,0 +1 @@
|
||||
aiohttp
|
||||
13
stubs/influxdb-client/@tests/stubtest_allowlist.txt
Normal file
13
stubs/influxdb-client/@tests/stubtest_allowlist.txt
Normal file
@@ -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