Skip to content

Commit 21e0249

Browse files
author
vsc46128 vscuser
committed
remove trailing whitespace
1 parent e9d9327 commit 21e0249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connections/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def get_instance():
110110
# Pygithub 1.x
111111
time_now = datetime.utcnow()
112112

113-
if not _gh or (_token and time_now > _token.expires_at):
113+
if not _gh or (_token and time_now > _token.expires_at):
114114
_gh = connect()
115115
return _gh
116116

0 commit comments

Comments
 (0)