Skip to content

Commit

Permalink
remove unused import and add tzlocal to the requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbai00 committed Sep 3, 2024
1 parent eb89bc2 commit dd30f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/amber/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ python-lsp-server[websockets]
bidict==0.22.0
cached_property
psutil
transformers
transformers
tzlocal
1 change: 0 additions & 1 deletion core/amber/src/main/python/core/runnables/main_loop.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import datetime
import threading
import time
import typing
Expand Down

0 comments on commit dd30f53

Please sign in to comment.