mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Lists with ElementGetable capacity
This commit is contained in:
@@ -2,7 +2,7 @@ import itertools
|
||||
|
||||
import ArgumentsChecker
|
||||
from ObjectCapacities.Basic import AttributeFromCallable, MethodFromCallable
|
||||
from ObjectCapacities.List import ListOfObjects, ListOfReferences, ListGetable, Creatable
|
||||
from ObjectCapacities.List import ListOfObjects, ListOfReferences, ListGetable, ElementCreatable, ElementGetable
|
||||
|
||||
class BadGithubObjectException( Exception ):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user