mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
Rename
This commit is contained in:
@@ -108,7 +108,7 @@ class ListDeletable:
|
||||
def __execute( self, obj ):
|
||||
obj._github._statusRequest( "DELETE", obj._baseUrl + "/" + self.__attributeName, None, None )
|
||||
|
||||
class ListAttribute:
|
||||
class ExternalListOfObjects:
|
||||
def __init__( self, attributeName, type, *capacities ):
|
||||
self.attributeName = attributeName
|
||||
self.type = type
|
||||
|
||||
Reference in New Issue
Block a user