Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from LimaoC/gabe-fixing-import-paths
Browse files Browse the repository at this point in the history
lgtm
  • Loading branch information
avg-lebesgue-enjoyer authored Sep 13, 2024
2 parents 33b7a6a + 1eef9c1 commit 0034308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/drivers/ai_bros.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from PiicoDev_SSD1306 import *
import threading
from datetime import datetime
# from client.data.routines import * # FIXME: This import doesn't resolve
# from models.face_rec.routines import get_user_from_face # FIXME: This import doesn't resolve
from data.routines import *
# from models.face_rec.routines import get_user_from_face # TODO: Fix this import later...

#from PiicoDev_Unified import sleep_ms

Expand Down
2 changes: 1 addition & 1 deletion client/drivers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from data_structures import ControlledData, HardwareComponents, Picture, Face
from ai_bros import *
# from client.data.routines import * # FIXME: This import doesn't go through.
from data.routines import *



Expand Down

0 comments on commit 0034308

Please sign in to comment.