Skip to content

Commit 635bb41

Browse files
committed
style: fix typo
1 parent 5b4eafe commit 635bb41

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

examples/mutag.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,7 @@
3535
# generated for the entities without hashing as MUTAG is a short KG.
3636
walkers=[
3737
HALKWalker(
38-
2,
39-
None,
40-
n_jobs=2,
41-
sampler=WideSampler(),
42-
random_state=RANDOM_STATE,
43-
md5_bytes=None,
38+
2, None, n_jobs=2, random_state=RANDOM_STATE, md5_bytes=None
4439
)
4540
],
4641
verbose=1,

0 commit comments

Comments
 (0)