Skip to content

Commit 97564bc

Browse files
author
Alejandro Gómez
committed
add updated_at to _dates in Repo resource
1 parent a136c8a commit 97564bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygithub3/resources/repos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class Repo(Resource):
1212

13-
_dates = ('created_at', 'pushed_at')
13+
_dates = ('created_at', 'updated_at', 'pushed_at')
1414
_maps = {'owner': User, 'organization': Org, 'parent': 'self',
1515
'source': 'self'}
1616

0 commit comments

Comments
 (0)