Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 7b47527

Browse files
author
Matthias Ekundayo
committed
removed unwanted comments
1 parent 91327b7 commit 7b47527

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

data_diff/databases/connect.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,6 @@ def connect_to_uri(db_uri: str, thread_count: Optional[int] = 1) -> Database:
144144
kw["user"] = dsn.user
145145
kw["password"] = dsn.password
146146

147-
# if scheme == "presto":
148-
# kw["user"] = dsn.user
149-
# # kw["password"] = dsn.password
150-
# kw["host"] = dsn.host
151-
# kw["port"] = dsn.port
152-
# # kw["catalog"] = dsn.catalog
153-
# # kw["schema"] = dsn.schema
154-
155147
else:
156148
kw["host"] = dsn.host
157149
kw["port"] = dsn.port

0 commit comments

Comments
 (0)