Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato committed Oct 25, 2023
1 parent 4f18922 commit 98a15c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/graphstorm/gconstruct/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -1095,8 +1095,6 @@ def process_features(data, ops, ext_mem=None):
feature_path = 'feature_{}'.format(op.feat_name)
feature_path = ext_mem + feature_path if ext_mem is not None \
else feature_path
if os.path.exists(feature_path):
shutil.rmtree(feature_path)
if isinstance(op.col_name, str):
col_name = [op.col_name]
else:
Expand Down

0 comments on commit 98a15c0

Please sign in to comment.