Skip to content

Commit 6258bcf

Browse files
committed
remove packages in __init__.py
1 parent 2dcc91c commit 6258bcf

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

eventsourcingdb/__init__.py

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,18 @@
99
IfEventIsMissingDuringObserve
1010
)
1111
from .read_events import ReadEventsOptions, ReadFromLatestEvent, IfEventIsMissingDuringRead, Order
12-
from .read_event_types import EventType, is_event_type
13-
from .read_subjects import is_subject
12+
from .read_event_types import EventType
1413
from .write_events import Precondition, IsSubjectOnEventId, IsSubjectPristine
1514

1615

1716
__all__ = [
1817
'Bound', 'BoundType',
19-
2018
'Client',
21-
2219
'Container',
23-
2420
'Event', 'EventCandidate',
25-
26-
'EventType', 'is_event_type',
27-
28-
'is_subject',
29-
21+
'EventType',
3022
'ObserveEventsOptions', 'ObserveFromLatestEvent', 'IfEventIsMissingDuringObserve',
31-
3223
'Precondition', 'IsSubjectOnEventId', 'IsSubjectPristine',
33-
3424
'ReadEventsOptions', 'ReadFromLatestEvent', 'IfEventIsMissingDuringRead', 'Order',
35-
3625
'ClientError', 'CustomError', 'InternalError', 'ServerError', 'ValidationError',
37-
3826
]

0 commit comments

Comments
 (0)