Skip to content

Commit 0611eec

Browse files
committed
it actually works with the api service now
1 parent bf11d77 commit 0611eec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

temporal_sqlalchemy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
from .bases import Clocked, ClockedOption, EntityClock, TemporalProperty, TemporalActivityMixin
2+
from .session import temporal_session, persist_history
23
from .clock import add_clock, get_activity_clock_backref, get_history_model

temporal_sqlalchemy/bases.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ class Clocked(object):
137137
"""
138138
vclock = sa.Column(sa.Integer, default=1)
139139

140-
id = None # type: typing.Union[int, uuid.UUID]
141140
clock = None # type: orm.relationship
142141
temporal_options = None # type: ClockedOption
143142
first_tick = None # type: EntityClock

0 commit comments

Comments
 (0)