Skip to content

Commit 5532e53

Browse files
PR Feedback
1 parent 238e1e9 commit 5532e53

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

pandas-stubs/core/computation/engines.pyi

Lines changed: 0 additions & 15 deletions
This file was deleted.

pandas-stubs/core/computation/expr.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import ast
22

3-
from pandas.core.computation.ops import Term as Term
43
from pandas.core.computation.scope import Scope as Scope
54

65
class BaseExprVisitor(ast.NodeVisitor):

pandas-stubs/core/computation/pytables.pyi

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,10 @@ from typing import Any
33
from pandas.core.computation import (
44
expr as expr,
55
ops as ops,
6-
scope as _scope,
76
)
87
from pandas.core.computation.expr import BaseExprVisitor as BaseExprVisitor
98
from pandas.core.indexes.base import Index
109

11-
class PyTablesScope(_scope.Scope):
12-
queryables: dict[str, Any]
13-
14-
class Term(ops.Term):
15-
env = ...
16-
17-
class Constant(Term): ...
18-
1910
class BinOp(ops.BinOp):
2011
op: str
2112
queryables: dict[str, Any]

0 commit comments

Comments
 (0)