Skip to content

Commit bbac50a

Browse files
committed
style: fix typo
1 parent ad02ebd commit bbac50a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyrdf2vec/walkers/walker.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ def _post_extract(self, res: List[EntityWalks]) -> List[List[SWalk]]:
199199
The 2D matrix with its number of rows equal to the number of
200200
provided entities; number of column equal to the embedding size.
201201
202-
Raises:
203-
NotImplementedError: If this method is called, without having
204-
provided an implementation.
205-
206202
"""
207203
return list(
208204
walks

0 commit comments

Comments
 (0)