Skip to content

Commit

Permalink
Apply formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
shunping committed Feb 3, 2024
1 parent bbd46ad commit a97ebc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdks/python/apache_beam/io/gcp/gcsio_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def download_as_bytes(self, **kwargs):
def __eq__(self, other):
return self.bucket.get_blob(self.name) is other.bucket.get_blob(other.name)


@unittest.skipIf(NotFound is None, 'GCP dependencies are not installed')
class TestGCSPathParser(unittest.TestCase):

Expand Down Expand Up @@ -519,6 +520,7 @@ def test_blob_delete(self):
blob.delete()
self.assertFalse(blob_name in bucket.blobs)


if __name__ == '__main__':
logging.getLogger().setLevel(logging.INFO)
unittest.main()

0 comments on commit a97ebc8

Please sign in to comment.