We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cce837 commit b6bedb0Copy full SHA for b6bedb0
1 file changed
sdks/python/apache_beam/yaml/yaml_udf_test.py
@@ -14,6 +14,7 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
#
17
+import datetime
18
import logging
19
import os
20
import shutil
@@ -376,7 +377,6 @@ def g(x):
376
377
378
@unittest.skipIf(MiniRacer is None, 'py_mini_racer not installed.')
379
def test_map_to_fields_js_date(self):
- import datetime
380
with beam.Pipeline(options=beam.options.pipeline_options.PipelineOptions(
381
pickle_library='cloudpickle', yaml_experimental_features=['javascript'
382
])) as p:
0 commit comments