From 4eb82d2740b67de4bd2b90b9d88659e9311cff6d Mon Sep 17 00:00:00 2001 From: Nate E TeBlunthuis Date: Sun, 5 Jul 2020 23:32:00 -0700 Subject: [PATCH] Fix whitespace at top of file. --- comments_2_parquet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comments_2_parquet.py b/comments_2_parquet.py index bd853f7..8716abd 100755 --- a/comments_2_parquet.py +++ b/comments_2_parquet.py @@ -1,5 +1,5 @@ - #!/usr/bin/env python3 + import pyspark from pyspark.sql import functions as f from pyspark.sql.types import * -- 2.39.2