Skip to content

Commit

Permalink
Removed non utilized property (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Jul 14, 2022
1 parent daab9d4 commit 36ee200
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arekit/contrib/networks/core/input/ctx_serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ def LabelProvider(self):
def FrameRolesLabelScaler(self):
raise NotImplementedError()

@property
def WordEmbedding(self):
raise NotImplementedError()

@property
def PosTagger(self):
raise NotImplementedError()

0 comments on commit 36ee200

Please sign in to comment.