Events fix : Seems to work #510
checks.yml
on: pull_request
runner / pylint
25s
runner / misspell
17s
Annotations
5 warnings
runner / pylint:
augur/tasks/github/events.py#L17
[pylint] reported by reviewdog 🐶
W0611: Unused get_session imported from augur.application.db.lib (unused-import)
Raw Output:
augur/tasks/github/events.py:17:0: W0611: Unused get_session imported from augur.application.db.lib (unused-import)
|
runner / pylint:
augur/tasks/github/events.py#L16
[pylint] reported by reviewdog 🐶
W0611: Unused Repo imported from augur.application.db.models (unused-import)
Raw Output:
augur/tasks/github/events.py:16:0: W0611: Unused Repo imported from augur.application.db.models (unused-import)
|
runner / pylint:
augur/tasks/github/events.py#L13
[pylint] reported by reviewdog 🐶
W0611: Unused GithubTaskManifest imported from augur.tasks.github.util.github_task_session (unused-import)
Raw Output:
augur/tasks/github/events.py:13:0: W0611: Unused GithubTaskManifest imported from augur.tasks.github.util.github_task_session (unused-import)
|
runner / pylint:
augur/tasks/github/events.py#L3
[pylint] reported by reviewdog 🐶
W0611: Unused sqlalchemy imported as s (unused-import)
Raw Output:
augur/tasks/github/events.py:3:0: W0611: Unused sqlalchemy imported as s (unused-import)
|
runner / pylint:
augur/tasks/github/events.py#L2
[pylint] reported by reviewdog 🐶
W0611: Unused import traceback (unused-import)
Raw Output:
augur/tasks/github/events.py:2:0: W0611: Unused import traceback (unused-import)
|