Skip to content

Commit b87be89

Browse files
committed
chore: remove unused function
Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent c612a67 commit b87be89

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

examples/http/requests_and_fastapi/test_provider.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@
3939
logger = logging.getLogger(__name__)
4040

4141

42-
def start_fastapi_server(host: str, port: int) -> None:
43-
uvicorn.run(
44-
app,
45-
host=host,
46-
port=port,
47-
)
48-
49-
5042
@pytest.fixture(scope="session")
5143
def app_server() -> str:
5244
"""

0 commit comments

Comments
 (0)