Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 authored Jul 10, 2024
1 parent dc5f2ac commit 05ff6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/streaming-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ To use with Google Cloud storage:

```python
from io import BytesIO

from google.cloud import storage
import os

# os.environ["GOOGLE_APPLICATION_CREDENTIALS"] must be set
storage_client = storage.Client()
Expand Down

0 comments on commit 05ff6b0

Please sign in to comment.