Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Apr 18, 2024
1 parent 9cb5298 commit e620aae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/lsst/daf/butler/formatters/parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,6 @@ def pandas_to_astropy(dataframe: pd.DataFrame) -> atable.Table:
Converted astropy table.
"""
import pandas as pd
from astropy.table import Table

if isinstance(dataframe.columns, pd.MultiIndex):
raise ValueError("Cannot convert a multi-index dataframe to an astropy table.")
Expand Down

0 comments on commit e620aae

Please sign in to comment.