Skip to content

Commit e43aca8

Browse files
committed
Remove unused method for coverage
1 parent a1d0695 commit e43aca8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/http/clients/litestar.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
)
3131

3232

33-
def custom_context_dependency() -> str:
34-
return "Hi!"
35-
36-
3733
async def litestar_get_context(request: Request = None):
3834
return await get_context({"request": request})
3935

0 commit comments

Comments
 (0)