Skip to content

Commit 26db6ec

Browse files
committed
chore: adds pragma to avoid isort reordering of __version__ import
1 parent 6ad8180 commit 26db6ec

File tree

1 file changed

+1
-2
lines changed
  • packages/google-cloud-storage/google/cloud/storage

1 file changed

+1
-2
lines changed

packages/google-cloud-storage/google/cloud/storage/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@
3131
machine).
3232
"""
3333

34-
from google.cloud.storage.version import __version__
34+
from google.cloud.storage.version import __version__ # isort: skip
3535
from google.cloud.storage.batch import Batch
3636
from google.cloud.storage.blob import Blob
3737
from google.cloud.storage.bucket import Bucket
3838
from google.cloud.storage.client import Client
3939

40-
4140
__all__ = ["__version__", "Batch", "Blob", "Bucket", "Client"]

0 commit comments

Comments
 (0)