Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushines committed Jan 24, 2024
1 parent 4bc733d commit 50409ba
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions acctz/gnsi-acctz.yang
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down Expand Up @@ -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.";
}
}
}

Expand All @@ -169,7 +175,6 @@ module gnsi-acctz {
container source-counters {
uses source-counters;
}
}
}

// Augments section.
Expand Down

0 comments on commit 50409ba

Please sign in to comment.