Skip to content

Commit 7e1233c

Browse files
committed
remove trace
1 parent 1a6c807 commit 7e1233c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/nested_pandas/nestedframe/test_nestedframe.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ def test_get_nested_columns():
182182

183183
base = base.add_nested(nested, "nested")
184184

185-
# import pdb;pdb.set_trace()
186185
df = base[["a", "b", "nested.c"]]
187186
assert np.all(df.columns == ["a", "b", "nested"])
188187
assert df.dtypes["nested"].field_names == ["c"]

0 commit comments

Comments
 (0)