Skip to content

Commit a53e998

Browse files
chore: lint
1 parent 063082a commit a53e998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run/helloworld-fastapi/main_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import pytest
1615
from fastapi.testclient import TestClient
16+
import pytest
1717

1818
import main
1919

run/helloworld-streamlit/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# [START cloudrun_helloworld_streamlit]
1616
import streamlit as st
1717

18-
st.title(f"Hello World! 👋🌎")
18+
st.title("Hello World! 👋🌎")
1919
st.markdown(
2020
"""
2121
This is a demo Streamlit app.

0 commit comments

Comments
 (0)