fixing bugs with ci pipeline

This commit is contained in:
GotthardG
2024-12-16 22:50:04 +01:00
parent e0e176881b
commit 0178de96fd
14 changed files with 145 additions and 96 deletions

View File

@@ -11,3 +11,17 @@ from .data import (
sample_events,
)
from .slots_data import slots
__all__ = [
"contacts",
"return_addresses",
"dewars",
"proposals",
"shipments",
"pucks",
"samples",
"dewar_types",
"serial_numbers",
"sample_events",
"slots",
]