Skip to content

l2vpn termination types should be typed as homogeneous n length tuple #94

@loulecrivain

Description

@loulecrivain

T = tuple[type[AbstractNetboxType], type[AbstractNetboxType]] | type[AbstractNetboxType] in l2vpnhelpertypes.py

should normally be:

T = tuple[type[AbstractNetboxType], ...] | type[AbstractNetboxType]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions