Skip to content

Commit 55107c1

Browse files
authored
Update fetch_and_upload_stats.py
1 parent 71d180b commit 55107c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/fetch_and_upload_stats.py

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

98
# GitHub API details
109
GITHUB_API_URL = "https://api.github.com"

0 commit comments

Comments
 (0)