Skip to content

Commit 82602ed

Browse files
sdks/python: fix linting issues for enrichment_test.py
Signed-off-by: Mohamed Awnallah <mohamedmohey2352@gmail.com>
1 parent a6775a7 commit 82602ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdks/python/apache_beam/examples/snippets/transforms/elementwise/enrichment_test.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
# pytype: skip-file
1919
# pylint: disable=line-too-long
2020

21-
from collections.abc import Callable
22-
from contextlib import contextmanager
2321
import os
24-
from typing import Optional
2522
import unittest
26-
from io import StringIO
23+
from collections.abc import Callable
24+
from contextlib import contextmanager
2725
from dataclasses import dataclass
26+
from io import StringIO
27+
from typing import Optional
2828

2929
import mock
3030
import pytest

0 commit comments

Comments
 (0)