Skip to content

Commit baeaeb5

Browse files
committed
fix starlette submodule name
1 parent e1df1dd commit baeaeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tifeatures/resources/response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from fastapi.responses import ORJSONResponse as JSONResponse
77
except ImportError: # pragma: nocover
88
orjson = None # type: ignore
9-
from starlette.reponses import JSONResponse
9+
from starlette.responses import JSONResponse
1010

1111

1212
class GeoJSONResponse(JSONResponse):

0 commit comments

Comments
 (0)