Upload normalizers.py with huggingface_hub
Browse files- normalizers.py +2 -2
normalizers.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
from
|
| 2 |
|
| 3 |
-
from
|
| 4 |
|
| 5 |
|
| 6 |
class NormalizeListFields(StreamInstanceOperator):
|
|
|
|
| 1 |
+
from typing import Any, Dict, List
|
| 2 |
|
| 3 |
+
from .operator import StreamInstanceOperator
|
| 4 |
|
| 5 |
|
| 6 |
class NormalizeListFields(StreamInstanceOperator):
|