Skip to content

Commit 79e3546

Browse files
committed
Minor move of import statement
1 parent b3bd04b commit 79e3546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
Table,
3232
column,
3333
literal,
34+
udf,
3435
)
3536

3637

@@ -353,7 +354,6 @@ def test_deregister_table(ctx, database):
353354

354355
def test_deregister_udf():
355356
ctx = SessionContext()
356-
from datafusion import udf
357357

358358
is_null = udf(
359359
lambda x: x.is_null(),

0 commit comments

Comments
 (0)