Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cenzwong committed Sep 14, 2024
1 parent 34c58c9 commit 7e216de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
SparkSession.builder.getOrCreate() # Needed for creating the Spark

# Now import the decorators
from pysparky.decorator import (extension_enabler,
pyspark_column_or_name_enabler)
from pysparky.decorator import extension_enabler, pyspark_column_or_name_enabler


def test_pyspark_column_or_name_enabler():
Expand Down

0 comments on commit 7e216de

Please sign in to comment.