Elron commited on
Commit
3494e56
1 Parent(s): 0126202

Upload operators.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. operators.py +2 -0
operators.py CHANGED
@@ -550,6 +550,8 @@ class Augmentor(StreamInstanceOperator):
550
 
551
 
552
  class NullAugmentor(Augmentor):
 
 
553
  def verify(self):
554
  pass
555
 
 
550
 
551
 
552
  class NullAugmentor(Augmentor):
553
+ """Does not change the input string."""
554
+
555
  def verify(self):
556
  pass
557