Skip to content

Commit 95758a1

Browse files
committed
remove pandas import
1 parent 9595304 commit 95758a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlmesh/magics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,6 @@ def destroy(self, context: Context, line: str) -> None:
11551155

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

11601159
try:
11611160
from pyathena.pandas.cursor import PandasCursor

0 commit comments

Comments
 (0)