Skip to content

Commit 35cff86

Browse files
committed
Fix indentation error
1 parent cd37dfe commit 35cff86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb_engine/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def pop(name, default=None):
240240
else:
241241
Connection = MongoClient
242242

243-
try:
243+
try:
244244
self.connection = Connection(host=host, port=port, **options)
245245
self.database = self.connection[db_name]
246246
except TypeError:

0 commit comments

Comments
 (0)