Skip to content

Commit 756ffc8

Browse files
committed
fix lint
1 parent 525c5c7 commit 756ffc8

File tree

1 file changed

+1
-3
lines changed
  • plugins/node/opentelemetry-instrumentation-pg/test

1 file changed

+1
-3
lines changed

plugins/node/opentelemetry-instrumentation-pg/test/pg.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ import {
4242
} from '../src';
4343
import { AttributeNames } from '../src/enums/AttributeNames';
4444
import { TimedEvent } from './types';
45-
import {
46-
ATTR_ERROR_TYPE,
47-
} from '@opentelemetry/semantic-conventions';
45+
import { ATTR_ERROR_TYPE } from '@opentelemetry/semantic-conventions';
4846
import {
4947
METRIC_DB_CLIENT_OPERATION_DURATION,
5048
ATTR_DB_OPERATION_NAME,

0 commit comments

Comments
 (0)