Skip to content

Commit f0daea3

Browse files
committed
add back removed whitespace
1 parent df9e53e commit f0daea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ def test_dict_compat():
197197
assert (com._dict_compat(expected) == expected)
198198
assert (com._dict_compat(data_unchanged) == data_unchanged)
199199

200+
200201
if __name__ == '__main__':
201202
nose.runmodule(argv=[__file__, '-vvs', '-x', '--pdb', '--pdb-failure'],
202203
exit=False)

0 commit comments

Comments
 (0)