Skip to content

Commit bf9d7da

Browse files
committed
refactor: remove unused import of Enum from dataframe.py
1 parent 4499e45 commit bf9d7da

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/datafusion/dataframe.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from __future__ import annotations
2323

2424
import warnings
25-
from enum import Enum
2625
from typing import (
2726
TYPE_CHECKING,
2827
Any,

0 commit comments

Comments
 (0)