Skip to content

Commit 1593d7a

Browse files
author
baocheny
committed
make lint happy
1 parent db8e00f commit 1593d7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redash/query_runner/mongodb.py

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def _flatten(x, name=""):
9494
_flatten(item, "{}.{}".format(name, idx))
9595
else:
9696
res[name[1:]] = x
97+
9798
_flatten(dic)
9899
return res
99100

0 commit comments

Comments
 (0)