We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcec25 commit 3e5f652Copy full SHA for 3e5f652
1 file changed
sdks/python/apache_beam/yaml/yaml_mapping.py
@@ -17,7 +17,6 @@
17
18
"""This module defines the basic MapToFields operation."""
19
import datetime
20
-from decimal import Decimal
21
import itertools
22
import json
23
import re
@@ -27,6 +26,7 @@
27
26
from collections.abc import Collection
28
from collections.abc import Iterable
29
from collections.abc import Mapping
+from decimal import Decimal
30
from typing import Any
31
from typing import NamedTuple
32
from typing import Optional
0 commit comments