Skip to content

Commit

Permalink
fix est_sepdf.py with black
Browse files Browse the repository at this point in the history
  • Loading branch information
you-n-g committed Apr 29, 2022
1 parent 5d579d1 commit c5cf8fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/misc/test_sepdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ def test_index_data(self):
# it will not raise error, and df will be an empty dataframe

del sdf["g1"]
del sdf["g2"] # sdf should support deleting all the columns
del sdf["g2"] # sdf should support deleting all the columns


if __name__ == "__main__":
unittest.main()

0 comments on commit c5cf8fb

Please sign in to comment.