Merge pull request #29052 from taosdata/docs/dclow-connector-fix

docs: fix tabs on connector page
This commit is contained in:
Shengliang Guan 2024-12-06 11:20:02 +08:00 committed by GitHub
commit 59ae3f18f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -164,9 +164,6 @@ If you are using Maven to manage your project, simply add the following dependen
pip3 install taospy[ws]
```
</TabItem>
</Tabs>
- **Installation Verification**
<Tabs defaultValue="rest">
@ -199,8 +196,8 @@ import taosws
</TabItem>
</Tabs>
</TabItem>
<Tabs>
<TabItem label="Go" value="go">
Edit `go.mod` to add the `driver-go` dependency.