Skip to content

Commit

Permalink
Fix commented line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam3851 committed Mar 2, 2018
1 parent 84e3978 commit 3230761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/io/generate_legacy_storage_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def create_msgpack_data():
del data['frame']['cat_onecol']
del data['frame']['cat_and_float']
del data['scalars']['period']
# del data['index']['interval']
del data['index']['interval']
del data['offsets']
return _u(data)

Expand Down

0 comments on commit 3230761

Please sign in to comment.