Skip to content

Commit

Permalink
yo
Browse files Browse the repository at this point in the history
  • Loading branch information
snarayan21 committed Aug 15, 2024
1 parent d50ba0f commit be57e8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions streaming/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import streaming.multimodal as multimodal
import streaming.text as text
import streaming.vision as vision
from streaming._version import __version__ # noqa: F401
from streaming.base import (CSVWriter, JSONWriter, LocalDataset, MDSWriter, Stream,
StreamingDataLoader, StreamingDataset, TSVWriter, XSVWriter)

Expand Down
4 changes: 4 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
import pytest
from moto import mock_aws

from tests.common.utils import compressed_local_remote_dir # pyright: ignore # noqa: F401
from tests.common.utils import get_free_tcp_port # pyright: ignore # noqa: F401
from tests.common.utils import local_remote_dir # pyright: ignore # noqa: F401

MY_BUCKET = 'streaming-test-bucket'
MY_PREFIX = 'train'
GCS_URL = 'https://storage.googleapis.com'
Expand Down

0 comments on commit be57e8b

Please sign in to comment.