Skip to content

Commit 2ece35d

Browse files
committed
Ruff
1 parent ec2fcad commit 2ece35d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/streamlit_app/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
if _src_str not in sys.path:
1515
sys.path.insert(0, _src_str)
1616

17-
import traceback
18-
from typing import Optional
17+
import traceback # noqa: E402
18+
from typing import Optional # noqa: E402
1919

2020
import streamlit as st # noqa: E402
2121

0 commit comments

Comments
 (0)