diff --git a/src/nwb_benchmarks/core/_streaming.py b/src/nwb_benchmarks/core/_streaming.py index b7274e9..3f251bb 100644 --- a/src/nwb_benchmarks/core/_streaming.py +++ b/src/nwb_benchmarks/core/_streaming.py @@ -1,3 +1,8 @@ +""" +Module with helper functions for streaming read access to remote files using various different methods, e.g, +fsspec, remfile, ros3, lindi +""" + import json import tempfile import time