Skip to content

Commit ffeebb7

Browse files
committed
fix linting issue
1 parent 2fc3022 commit ffeebb7

File tree

1 file changed

+1
-0
lines changed
  • sdks/python/apache_beam/runners/interactive

1 file changed

+1
-0
lines changed

sdks/python/apache_beam/runners/interactive/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
try:
5353
from google.cloud.exceptions import ClientError
5454
from google.cloud.exceptions import NotFound
55+
5556
from apache_beam.io.gcp.gcsio import create_storage_client # pylint: disable=ungrouped-imports
5657
GCP_LIBS_AVAILABLE = True
5758
except ImportError:

0 commit comments

Comments
 (0)