Skip to content

Commit b86f774

Browse files
committed
test
1 parent f7233cb commit b86f774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
50+
##Dummy
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)