Skip to content

Commit 4f118ee

Browse files
committed
More of the chain
1 parent ace3aba commit 4f118ee

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

src/murfey/util/processing_db.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,19 @@
99

1010

1111
class CLEMImageSeries(db.CLEMImageSeries):
12-
model_config = ConfigDict(arbitrary_types_allowed=True)
12+
pass
13+
14+
15+
class CLEMLIFFile(db.CLEMLIFFile):
16+
pass
17+
18+
19+
class CLEMImageMetadata(db.CLEMImageMetadata):
20+
pass
21+
22+
23+
class CLEMImageStack(db.CLEMImageStack):
24+
pass
1325

1426

1527
class NotificationParameter(db.NotificationParameter):

0 commit comments

Comments
 (0)