Skip to content

Commit 3e5f652

Browse files
committed
lint
1 parent ddcec25 commit 3e5f652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/apache_beam/yaml/yaml_mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
"""This module defines the basic MapToFields operation."""
1919
import datetime
20-
from decimal import Decimal
2120
import itertools
2221
import json
2322
import re
@@ -27,6 +26,7 @@
2726
from collections.abc import Collection
2827
from collections.abc import Iterable
2928
from collections.abc import Mapping
29+
from decimal import Decimal
3030
from typing import Any
3131
from typing import NamedTuple
3232
from typing import Optional

0 commit comments

Comments
 (0)