Skip to content

Commit

Permalink
Add module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Apr 26, 2024
1 parent 1520c43 commit 359e69f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/nwb_benchmarks/core/_streaming.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 359e69f

Please sign in to comment.