questdb / py-questdb-client

Python client for QuestDB InfluxDB Line Protocol
https://py-questdb-client.readthedocs.io
Apache License 2.0
50 stars 7 forks source link

Fixed a small typo in the README #39

Closed newskooler closed 8 months ago

newskooler commented 1 year ago

There was an extra ' which was preventing the code to work with a simple copy/paste

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

amunra commented 8 months ago

This got fixed here: https://github.com/questdb/py-questdb-client/pull/48 Thanks for the PR!