We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf902d commit 2af8099Copy full SHA for 2af8099
stapi-fastapi/tests/application.py
@@ -1,13 +1,8 @@
1
-import os
2
-import sys
3
from collections.abc import AsyncIterator
4
from contextlib import asynccontextmanager
5
from typing import Any
6
7
from fastapi import FastAPI
8
-
9
-sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
10
11
from stapi_fastapi.conformance import CORE, OPPORTUNITIES
12
from stapi_fastapi.routers.root_router import RootRouter
13
0 commit comments