Skip to content

Commit

Permalink
Refactor code to remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Irash-Perera committed Oct 15, 2024
1 parent 89d8cd1 commit 67ae6ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pages/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from auth.authenticate import Authenticate
from auth.db import collection
import yaml
from streamlit_pills import pills

with open('config.yaml') as file:
config = yaml.load(file, Loader=yaml.SafeLoader)
Expand Down
1 change: 0 additions & 1 deletion pages/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from auth.hasher import Hasher
from auth.authenticate import Authenticate
from auth.db import collection
from streamlit_pills import pills

# Loading config file
with open('config.yaml') as file:
Expand Down

0 comments on commit 67ae6ae

Please sign in to comment.