Skip to content

Commit 6c7b993

Browse files
committed
formatting changes
1 parent 5b8599b commit 6c7b993

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

uc_upgrade/group_migration.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@
77

88
import requests
99
from pyspark.sql import session
10-
from pyspark.sql.functions import array_contains, col, collect_set, lit, regexp_replace, split
10+
from pyspark.sql.functions import (
11+
array_contains,
12+
col,
13+
collect_set,
14+
lit,
15+
regexp_replace,
16+
split,
17+
)
1118
from pyspark.sql.types import MapType, StringType, StructField, StructType
1219

1320
# Initialize logger

0 commit comments

Comments
 (0)