Skip to content

Commit

Permalink
style: remove breaking line
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberYou committed Feb 2, 2023
1 parent 4bd2c1e commit 610d774
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyrdf2vec/embedders/fasttext.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def transform(self, entities: Entities) -> Embeddings:

@attr.s
class RDFFastTextKeyedVectors(FastTextKeyedVectors):

bucket: int = attr.ib(default=2000000)
vector_size: int = attr.ib(default=500)
func_computing_ngrams = attr.ib(kw_only=True, default=None, repr=False)
Expand Down

0 comments on commit 610d774

Please sign in to comment.