Skip to content

Investigate missing get_choice on VertrouwelijkheidsAanduiding #156

@OlhaZahoruiko

Description

@OlhaZahoruiko

It looks like VertrouwelijkheidsAanduiding does not implement a get_choice method, even though parts of the codebase seem to assume its existence.

>>> from vng_api_common.constants import *
>>> VertrouwelijkheidsAanduiding.get_choice
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: type object 'VertrouwelijkheidsAanduiding' has no attribute 'get_choice'

This suggests the method may be untested or unused.

See also: #149 (comment)

Metadata

Metadata

Assignees

Type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions