Skip to content

Commit 723b7a5

Browse files
committed
Fix imports (OpenwaterHealth#182)
1 parent 154eb5b commit 723b7a5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/openlifu/db/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def to_dict(self):
199199
approval,
200200
[asdict(t) for t in transforms],
201201
)
202-
202+
203203
d['transducer_tracking_results'] = [asdict(t) for t in d['transducer_tracking_results']]
204204

205205
return d

tests/test_database.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from openlifu import Point, Solution
1717
from openlifu.db import Session, Subject, User
1818
from openlifu.db.database import Database, OnConflictOpts
19-
from openlifu.db.session import ArrayTransform
2019
from openlifu.db.session import ArrayTransform, TransducerTrackingResult
2120
from openlifu.photoscan import Photoscan
2221
from openlifu.plan import Protocol, Run

0 commit comments

Comments
 (0)