Skip to content

Commit 7d3cc93

Browse files
committed
Merge branch 'release/0.2.0'
2 parents c0ca306 + 20d21f7 commit 7d3cc93

File tree

4 files changed

+193
-407
lines changed

4 files changed

+193
-407
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
contents: write
3434
strategy:
3535
matrix:
36-
py_version: ["3.7", "3.8", "3.9", "3.10"]
36+
py_version: ["3.8", "3.9", "3.10", "3.11"]
3737
runs-on: "ubuntu-latest"
3838
steps:
3939
- uses: actions/checkout@v2

aiohttp_deps/swagger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ def extra_openapi(additional_schema: Dict[str, Any]) -> Callable[..., Any]:
277277

278278
def decorator(func: Any) -> Any:
279279
func.__extra_openapi__ = additional_schema
280-
281280
return func
282281

283282
return decorator

0 commit comments

Comments
 (0)