From 50409bafb4aa5c48b3011c045c81d693e8652f3f Mon Sep 17 00:00:00 2001 From: Marcus Hines Date: Wed, 24 Jan 2024 15:55:59 +0000 Subject: [PATCH] fix lint --- acctz/gnsi-acctz.yang | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/acctz/gnsi-acctz.yang b/acctz/gnsi-acctz.yang index 2ad9409..c5776bb 100644 --- a/acctz/gnsi-acctz.yang +++ b/acctz/gnsi-acctz.yang @@ -25,6 +25,12 @@ module gnsi-acctz { "This module provides a data model for the metadata of the gRPC accounting operations on a device."; + revision 2023-01-24 { + description + "Remove duplicate counter container."; + reference "0.2.0"; + } + revision 2023-12-01 { description "Initial revision."; @@ -149,12 +155,12 @@ module gnsi-acctz { type service-type; mandatory true; } - leaf records { - type oc-yang:counter64; - description - "The total number of records produced for the service_request - type."; - } + leaf records { + type oc-yang:counter64; + description + "The total number of records produced for the service_request + type."; + } } } @@ -169,7 +175,6 @@ module gnsi-acctz { container source-counters { uses source-counters; } - } } // Augments section.