Skip to content

Commit

Permalink
Remove unused import from quick start example (#842)
Browse files Browse the repository at this point in the history
Co-authored-by: Saaketh Narayan <saaketh.narayan@databricks.com>
  • Loading branch information
srstevenson and Saaketh Narayan authored Dec 9, 2024
1 parent 5e2179f commit 65f7c22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/getting_started/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Start training your model with Streaming in just a few steps!
```python
import numpy as np
from PIL import Image
from shutil import rmtree
from uuid import uuid4
from streaming import MDSWriter

Expand Down

0 comments on commit 65f7c22

Please sign in to comment.