Skip to content
Prev Previous commit
Next Next commit
remove pandas import
  • Loading branch information
williebsweet committed Jul 30, 2025
commit 95758a103f43c8893439b11aadd224905ec5d55c
1 change: 0 additions & 1 deletion sqlmesh/magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,6 @@ def destroy(self, context: Context, line: str) -> None:

def _fetchdf_athena_pandas_cursor(self, context: Context, sql: str) -> "pd.DataFrame":
"""Special implementation for Athena using PandasCursor with SQLGlot transpilation"""
import pandas as pd

try:
from pyathena.pandas.cursor import PandasCursor
Expand Down