File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 146
146
__uri__ = __url__
147
147
148
148
149
- _EXAMPLE_URL = (
150
- "https://github.com/lmmx/range-streams/raw/master/data/ example_text_file.txt"
151
- )
152
- _EXAMPLE_ZIP_URL = (
153
- "https://github.com/lmmx/range-streams/raw/master/data/example_text_file.txt.zip "
154
- )
155
- _EXAMPLE_PNG_URL = "https://github.com/lmmx/range-streams/raw/master/data/ red_square_rgba_semitransparent.png"
149
+ _EXAMPLE_DATA_URL = "https://github.com/lmmx/range-streams/raw/master/data/"
150
+ _EXAMPLE_URL = f" { _EXAMPLE_DATA_URL } example_text_file.txt"
151
+ _EXAMPLE_ZIP_URL = f" { _EXAMPLE_DATA_URL } example_text_file.txt.zip"
152
+ _EXAMPLE_TAR_URL = f" { _EXAMPLE_DATA_URL } data.tar"
153
+ # _EXAMPLE_TAR_GZ_URL = f"{_EXAMPLE_TAR_URL}.gz "
154
+ # _EXAMPLE_TAR_BZ2_URL = f"{_EXAMPLE_TAR_URL}.bz2"
155
+ _EXAMPLE_PNG_URL = f" { _EXAMPLE_DATA_URL } red_square_rgba_semitransparent.png"
You can’t perform that action at this time.
0 commit comments