Skip to content

Commit

Permalink
Use session_with_datetime for tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Oct 26, 2023
1 parent b2180c4 commit ce6e3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/tutorial_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from element_lab.lab import Lab, Location, Project, Protocol, Source, User
from element_lab.lab import Device as Equipment
from element_lab.lab import User as Experimenter
from element_session import session_with_id as session
from element_session import session_with_datetime as session
from element_session.session_with_datetime import Session
import element_interface
import pathlib
Expand Down

0 comments on commit ce6e3bf

Please sign in to comment.