Skip to content

Commit f8f5a70

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e666690 commit f8f5a70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/github3/repos/stats.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ def alternate_week(week):
2020
:rtype:
2121
dict
2222
"""
23-
start_of_week = datetime.datetime.fromtimestamp(int(week["w"]), datetime.UTC)
23+
start_of_week = datetime.datetime.fromtimestamp(
24+
int(week["w"]), datetime.UTC
25+
)
2426
return {
2527
"start of week": start_of_week.replace(tzinfo=dateutil.tz.tzutc()),
2628
"additions": week["a"],

0 commit comments

Comments
 (0)