Skip to content

Commit 74269ed

Browse files
committed
fix another lint
1 parent 3e5f652 commit 74269ed

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
@@ -15,12 +15,12 @@
1515
# limitations under the License.
1616
#
1717
import datetime
18-
from decimal import Decimal
1918
import logging
2019
import os
2120
import shutil
2221
import tempfile
2322
import unittest
23+
from decimal import Decimal
2424

2525
import apache_beam as beam
2626
from apache_beam.io import localfilesystem

0 commit comments

Comments
 (0)