Skip to content

Commit 71d180b

Browse files
authored
Update fetch_and_upload_stats.py
1 parent 003dc85 commit 71d180b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/fetch_and_upload_stats.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import boto3
44
import json
55
import os
6-
from datetime import datetime, timedelta
6+
import datetime
7+
from datetime import timedelta
78

89
# GitHub API details
910
GITHUB_API_URL = "https://api.github.com"

0 commit comments

Comments
 (0)