Skip to content

Commit

Permalink
Remove excess newline
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Aug 27, 2024
1 parent fe0f192 commit d34bc3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/examples/test_dual_write_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class DualWriteTest(unittest.TestCase):
def setUpClass(cls):
cls.spark = SparkSession.builder.appName("Testing PySpark Example").getOrCreate()


@classmethod
def tearDownClass(cls):
cls.spark.stop()
Expand Down

0 comments on commit d34bc3a

Please sign in to comment.