Remove primary key. (#345)

This commit is contained in:
Felix Fontein 2025-02-24 06:16:06 +01:00 committed by GitHub
parent e302fed6cf
commit 3ba33ccd99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -2037,7 +2037,6 @@ PATHS = {
versioned=[
('7.13', '>=', VersionedAPIData(
fully_understood=True,
primary_keys=('action', ),
fields={
'action': KeyInfo(default='none'),
'address-ranges': KeyInfo(can_disable=True),