Skip to content

Commit 68014cc

Browse files
committed
Revert
1 parent b86f774 commit 68014cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pymongosql/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(
4747

4848
# Store all PyMongo parameters to pass through directly
4949
self._pymongo_params = kwargs.copy()
50-
##Dummy
50+
5151
# Add explicit parameters to kwargs for MongoClient
5252
if host is not None:
5353
self._pymongo_params["host"] = host

0 commit comments

Comments
 (0)