Skip to content

Commit 397e6f2

Browse files
committed
fix doc
1 parent 5c6a310 commit 397e6f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ connectorx.read_sql(conn: Union[str, Dict[str, str]], query: Union[List[str], st
8686
```python
8787
import connectorx as cx
8888

89-
import connectorx as cx
90-
9189
db1 = "postgresql://username1:password1@server1:port1/database1"
9290
db2 = "postgresql://username2:password2@server2:port2/database2"
9391
query = "SELECT * FROM db1.nation n, db2.region r where n.n_regionkey = r.r_regionkey"

0 commit comments

Comments
 (0)