Fix github event recollection syntax errors #442
Annotations
5 warnings
Run dciborow/[email protected]:
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)
|
Run dciborow/[email protected]:
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)
|
Run dciborow/[email protected]:
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)
|
Run dciborow/[email protected]:
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)
|
Run dciborow/[email protected]:
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)
|
Loading