Skip to content

Commit 26f2ab9

Browse files
committed
Add newline at the end of the file
1 parent b27525f commit 26f2ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/computation/expressions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,4 @@ def get_test_result() -> list[bool]:
284284
global _TEST_RESULT
285285
res = _TEST_RESULT
286286
_TEST_RESULT = []
287-
return res
287+
return res

0 commit comments

Comments
 (0)