Skip to content

Commit

Permalink
added whitespace to transforms from lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alcole committed Sep 17, 2024
1 parent 7f43974 commit 4bcc018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covid_analysis/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def clean_spark_cols(pdf):
# Convert index to column (works with pandas API on Spark, too).
def index_to_col(df, colname):
df[colname] = df.index
return df
return df

0 comments on commit 4bcc018

Please sign in to comment.