container-registry / harbor-api-client

Defining equality for a class without also defining hashability PYL-W1641
Bug risk
Major
a year agoa year old
Implementing __eq__ without also implementing __hash__
 19from harbor_client.configuration import Configuration
 20
 21
 22class WorkerPool(object): 23    """NOTE: This class is auto generated by the swagger code generator program.
 24
 25    Do not edit the class manually.
Implementing __eq__ without also implementing __hash__
 19from harbor_client.configuration import Configuration
 20
 21
 22class Worker(object): 23    """NOTE: This class is auto generated by the swagger code generator program.
 24
 25    Do not edit the class manually.
Implementing __eq__ without also implementing __hash__
 19from harbor_client.configuration import Configuration
 20
 21
 22class WebhookTargetObject(object): 23    """NOTE: This class is auto generated by the swagger code generator program.
 24
 25    Do not edit the class manually.
Implementing __eq__ without also implementing __hash__
 19from harbor_client.configuration import Configuration
 20
 21
 22class WebhookPolicy(object): 23    """NOTE: This class is auto generated by the swagger code generator program.
 24
 25    Do not edit the class manually.
Implementing __eq__ without also implementing __hash__
 19from harbor_client.configuration import Configuration
 20
 21
 22class WebhookLastTrigger(object): 23    """NOTE: This class is auto generated by the swagger code generator program.
 24
 25    Do not edit the class manually.