Skip to content

Commit 610d774

Browse files
committed
style: remove breaking line
1 parent 4bd2c1e commit 610d774

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyrdf2vec/embedders/fasttext.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def transform(self, entities: Entities) -> Embeddings:
118118

119119
@attr.s
120120
class RDFFastTextKeyedVectors(FastTextKeyedVectors):
121-
122121
bucket: int = attr.ib(default=2000000)
123122
vector_size: int = attr.ib(default=500)
124123
func_computing_ngrams = attr.ib(kw_only=True, default=None, repr=False)

0 commit comments

Comments
 (0)