Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PointlessUser committed Jul 2, 2023
1 parent a6ea21a commit b4d73e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mecsimcalc/spreadsheet_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ def file_to_dataframe(file: io.BytesIO) -> pd.DataFrame:
>>> file = msc.input_to_file(input_file)
>>> df = msc.file_to_dataframe(file)
>>> print(df)
A B C
0 1 2 3
1 4 5 6
A B C
0 1 2 3
1 4 5 6
"""

# try to read the file as a CSV, if that fails try to read it as an Excel file
Expand Down

0 comments on commit b4d73e6

Please sign in to comment.