Skip to content

Commit e1bd0bb

Browse files
committed
fix: correct import order in test_asgi.py
1 parent 774b334 commit e1bd0bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_asgi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
import pretend
1919
import pytest
2020

21-
import functions_framework._http
2221
from starlette.applications import Starlette
2322

23+
import functions_framework._http
24+
2425

2526
def test_httpserver_detects_asgi_app():
2627
flask_app = flask.Flask("test")

0 commit comments

Comments
 (0)