We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d180b commit 55107c1Copy full SHA for 55107c1
.github/workflows/fetch_and_upload_stats.py
@@ -3,8 +3,7 @@
3
import boto3
4
import json
5
import os
6
-import datetime
7
-from datetime import timedelta
+from datetime import datetime, timedelta
8
9
# GitHub API details
10
GITHUB_API_URL = "https://api.github.com"
0 commit comments