Skip to content

Commit

Permalink
add FSSpecSource to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Nov 16, 2023
1 parent 69f96d8 commit a2f5314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uproot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
from uproot.source.xrootd import MultithreadedXRootDSource
from uproot.source.s3 import S3Source
from uproot.source.object import ObjectSource
from uproot.source.fsspec import FSSpecSource
from uproot.source.cursor import Cursor
from uproot.source.futures import TrivialExecutor
from uproot.source.futures import ThreadPoolExecutor
Expand Down

0 comments on commit a2f5314

Please sign in to comment.