Skip to content

Commit 5035637

Browse files
committed
linting
1 parent 74c7197 commit 5035637

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdks/python/apache_beam/runners/dataflow/dataflow_runner_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
from apache_beam.typehints import typehints
5151

5252
# Protect against environments where apitools library is not available.
53-
# pylint: disable=wrong-import-order, wrong-import-position
53+
# pylint: disable=wrong-import-order, wrong-import-position, ungrouped-imports
5454
try:
5555
from google.cloud import dataflow as dataflow_api
5656

5757
from apache_beam.runners.dataflow.internal import apiclient
5858
except ImportError:
5959
apiclient = None # type: ignore
6060
dataflow_api = None # type: ignore
61-
# pylint: enable=wrong-import-order, wrong-import-position
61+
# pylint: enable=wrong-import-order, wrong-import-position, ungrouped-imports
6262

6363

6464
# SpecialParDo and SpecialDoFn are used in test_remote_runner_display_data.

0 commit comments

Comments
 (0)