Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit c752b7f

Browse files
charlesccychenaaltay
authored andcommitted
Remove unused GcsIO class attribute
----Release Notes---- [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=124742068
1 parent 8a31915 commit c752b7f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

google/cloud/dataflow/io/gcsio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def parse_gcs_path(gcs_path):
5757

5858
class GcsIO(object):
5959
"""Google Cloud Storage I/O client."""
60-
_instance = None
6160

6261
def __new__(cls, storage_client=None):
6362
if storage_client:

0 commit comments

Comments
 (0)