From 969ee04059cde240b6ccdb41aeafc87171117237 Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 19 Jul 2022 02:00:59 -0700 Subject: [PATCH] fix linespacing --- tests/check-github-commit-dates.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/check-github-commit-dates.py b/tests/check-github-commit-dates.py index edb3d2d2..2beb4c8c 100755 --- a/tests/check-github-commit-dates.py +++ b/tests/check-github-commit-dates.py @@ -57,5 +57,4 @@ g = Github(access_token) for url in urls: project = re.sub('https://github.com/', '', url) repo = g.get_repo(project) - print(str(repo.pushed_at) + ' https://github.com/' + project + ' archived:' + str((repo.archived)))