We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7233cb commit b86f774Copy full SHA for b86f774
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