Skip to content

Commit 2af8099

Browse files
authored
fix: remove spurious sys.path (#77)
1 parent bdf902d commit 2af8099

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stapi-fastapi/tests/application.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
import os
2-
import sys
31
from collections.abc import AsyncIterator
42
from contextlib import asynccontextmanager
53
from typing import Any
64

75
from fastapi import FastAPI
8-
9-
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
10-
116
from stapi_fastapi.conformance import CORE, OPPORTUNITIES
127
from stapi_fastapi.routers.root_router import RootRouter
138

0 commit comments

Comments
 (0)