Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Remove outdated TODO #149

Merged
merged 1 commit into from
Jun 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def main(
graph = GraphDatabase()
graph.connect()
kebechet_repos = graph.get_active_kebechet_github_installations_repos()
# TODO use the return value more efficiently to assign only active managers
Schedule(github=gh, openshift=oc, repositories=kebechet_repos).schedule_for_kebechet_analysis()

if kebechet_merge:
Expand Down