Skip to content

Commit 3100b17

Browse files
committed
black formatter
1 parent 92372e0 commit 3100b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lang2sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def _as_float(value):
256256
st.error(f"쿼리 실행 중 오류 발생: {e}")
257257
df = None
258258

259-
if df is not None and show_table_section:
259+
if df is not None and show_table_section:
260260
st.markdown("---")
261261
st.markdown("**쿼리 실행 결과:**")
262262
try:

0 commit comments

Comments
 (0)