Skip to content

Commit

Permalink
removing unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasaBM1 committed Oct 10, 2023
1 parent 14a95f9 commit e998d8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/service/IndividualServicesService.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const forwardingConfigurationService = require('onf-core-model-ap/applicationPat
const LogicalTerminationPoint = require('onf-core-model-ap/applicationPattern/onfModel/models/LogicalTerminationPoint');
const tcpClientInterface = require('onf-core-model-ap/applicationPattern/onfModel/models/layerProtocols/TcpClientInterface');
const httpClientInterface = require('onf-core-model-ap/applicationPattern/onfModel/models/layerProtocols/HttpClientInterface');
const operationClientInterface = require('onf-core-model-ap/applicationPattern/onfModel/models/layerProtocols/OperationClientInterface');
const onfAttributeFormatter = require('onf-core-model-ap/applicationPattern/onfModel/utility/OnfAttributeFormatter');
const ConfigurationStatus = require('onf-core-model-ap/applicationPattern/onfModel/services/models/ConfigurationStatus');
const LogicalTerminationPointConfigurationStatus = require('onf-core-model-ap/applicationPattern/onfModel/services/models/logicalTerminationPoint/ConfigurationStatus');
Expand Down

0 comments on commit e998d8c

Please sign in to comment.