We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86f774 commit 68014ccCopy full SHA for 68014cc
1 file changed
pymongosql/connection.py
@@ -47,7 +47,7 @@ def __init__(
47
48
# Store all PyMongo parameters to pass through directly
49
self._pymongo_params = kwargs.copy()
50
- ##Dummy
+
51
# Add explicit parameters to kwargs for MongoClient
52
if host is not None:
53
self._pymongo_params["host"] = host
0 commit comments