Fix linting

Signed-off-by: Carrie Edwards <edwrdscarrie@gmail.com>
This commit is contained in:
Carrie Edwards 2025-08-05 11:41:16 -07:00
parent db3a7845c5
commit 455ab8806f

View File

@ -577,8 +577,7 @@ func TestTemporality(t *testing.T) {
c := NewPrometheusConverter()
settings := Settings{
AllowDeltaTemporality: tc.allowDelta,
//EnableTypeAndUnitLabels: tc.typeAndUnitLabels,
AllowDeltaTemporality: tc.allowDelta,
ConvertHistogramsToNHCB: tc.convertToNHCB,
}