Upload operators.py with huggingface_hub
Browse files- 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 |
|