Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato committed May 16, 2024
1 parent e9109dd commit 6f656cb
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
ArrayType,
ByteType,
)
from pyspark.sql.functions import col, lit, when
from pyspark.sql.functions import col, when
from numpy.random import default_rng

from graphstorm_processing.constants import (
Expand Down Expand Up @@ -1746,7 +1746,8 @@ def process_custom_mask_df(input_df, split_file, mask_type):
)
else:
raise ValueError(
"Only deal with node/edge label, the number of column should be only 1 or 2."
"Only deal with node/edge label, "
"the number of column should be only 1 or 2."
)

return mask_df
Expand Down

0 comments on commit 6f656cb

Please sign in to comment.