Skip to content

Commit

Permalink
🚚 Refactor import statements and remove unnecessary newlines in front…
Browse files Browse the repository at this point in the history
…end files
  • Loading branch information
shroominic committed Apr 4, 2024
1 parent f320bcc commit 50421d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions examples/frontend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
import sys

import streamlit as st
from utils import get_images # type: ignore

from codeinterpreterapi import File
from utils import get_images # type: ignore

# Page configuration
st.set_page_config(layout="wide")
Expand Down
1 change: 0 additions & 1 deletion examples/frontend/chainlitui.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import chainlit as cl # type: ignore

from codeinterpreterapi import CodeInterpreterSession
from codeinterpreterapi import File as CIFile

Expand Down
1 change: 0 additions & 1 deletion examples/frontend/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from typing import Optional

import streamlit as st

from codeinterpreterapi import CodeInterpreterSession


Expand Down

0 comments on commit 50421d8

Please sign in to comment.