Skip to content

Commit

Permalink
fix: imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
jws-1 committed Jul 3, 2024
1 parent b600bb1 commit 175ad86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/receptionist/src/receptionist/states/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from .get_name_and_drink import ParseNameAndDrink
from .get_attributes import GetGuestAttributes
from .introduce import Introduce
from .seat_guest import SeatGuest
from .find_and_look_at import FindAndLookAt
from .receptionist_learn_face import ReceptionistLearnFaces
from .detect_faces import DetectFaces
Expand All @@ -10,3 +9,4 @@
from .pointcloud_sweep import PointCloudSweep
from .run_and_process_detections import RunAndProcessDetections
from .recognise_people import RecognisePeople
from .seat_guest import SeatGuest

0 comments on commit 175ad86

Please sign in to comment.