From e9972f0ffae282dcffd65117abd7865dd8c0a6ad Mon Sep 17 00:00:00 2001 From: Lacey Williams Henschel Date: Thu, 15 Dec 2022 16:03:57 -0800 Subject: [PATCH] :fire: Remove comment --- libraries/github.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/github.py b/libraries/github.py index 35fd62aa..466aa638 100644 --- a/libraries/github.py +++ b/libraries/github.py @@ -266,7 +266,6 @@ class LibraryUpdater: for lib in libs: library = self.update_library(lib) - # TODO: Test the GH Updater here github_updater = GithubUpdater(owner=self.owner, library=library) github_updater.update()