Skip to content

Commit b6bedb0

Browse files
committed
move import statement
1 parent 9cce837 commit b6bedb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/apache_beam/yaml/yaml_udf_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17+
import datetime
1718
import logging
1819
import os
1920
import shutil
@@ -376,7 +377,6 @@ def g(x):
376377

377378
@unittest.skipIf(MiniRacer is None, 'py_mini_racer not installed.')
378379
def test_map_to_fields_js_date(self):
379-
import datetime
380380
with beam.Pipeline(options=beam.options.pipeline_options.PipelineOptions(
381381
pickle_library='cloudpickle', yaml_experimental_features=['javascript'
382382
])) as p:

0 commit comments

Comments
 (0)