Skip to content

Commit 549762c

Browse files
committed
REF: Client library Bento refactor
1 parent 613d85b commit 549762c

22 files changed

+2796
-2705
lines changed

databento/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import Optional
22

3-
from databento.common.bento import Bento, FileBento, MemoryBento
3+
from databento.common.bento import Bento
44
from databento.common.enums import (
55
Compression,
66
Dataset,
@@ -40,12 +40,10 @@
4040
"Delivery",
4141
"Encoding",
4242
"FeedMode",
43-
"FileBento",
4443
"RecordFlags",
4544
"Historical",
4645
"HistoricalGateway",
4746
"LiveGateway",
48-
"MemoryBento",
4947
"Packaging",
5048
"RollRule",
5149
"Schema",

0 commit comments

Comments
 (0)