Skip to content

Commit

Permalink
🛠️ fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Sep 29, 2023
1 parent 5243f69 commit 48b5dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import sys

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

from codeinterpreterapi import File
from utils import get_images

# Page configuration
st.set_page_config(layout="wide")
Expand Down

0 comments on commit 48b5dde

Please sign in to comment.