Skip to content

Commit d359fc6

Browse files
committed
Fixed flake8 and CI\CD.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent b6b4b92 commit d359fc6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Testing package
22

3-
on: push
3+
on:
4+
- push
5+
- pull_request
46

57
jobs:
68
lint:

taskiq_fastapi/initializator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def populate_dependency_context(broker: AsyncBroker, app: FastAPI) -> None:
9393
:param broker: current broker to use.
9494
:param app: current application.
9595
"""
96-
9796
scope = {"app": app, "type": "http"}
9897

9998
broker.add_dependency_context(

0 commit comments

Comments
 (0)