Skip to content

Commit 48b5dde

Browse files
committed
🛠️ fix isort
1 parent 5243f69 commit 48b5dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
import sys
33

44
import streamlit as st
5+
from utils import get_images # type: ignore
56

67
from codeinterpreterapi import File
7-
from utils import get_images
88

99
# Page configuration
1010
st.set_page_config(layout="wide")

0 commit comments

Comments
 (0)