mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Remove: - dict comprehensions - unittest.TestCase.assertRaises with only one argument
4 lines
281 B
Python
4 lines
281 B
Python
dict(
|
|
( key, {% if attribute.type.name != class.name %}{{ attribute.type.name }}.{% endif %}{{ attribute.type.name }}( self._requester, element, completed = False ) )
|
|
for key, element in attributes[ "{{ attribute.name }}" ].iteritems()
|
|
) |