Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit ba6f797

Browse files
author
Amir Blum
committed
fix(plugin-aws-sdk): remove unused import
1 parent 9638fa7 commit ba6f797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-aws-sdk/src/aws-sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
callback | 1 | 2
1010
*/
1111
import { BasePlugin } from "@opentelemetry/core";
12-
import { Span, CanonicalCode, Attributes } from "@opentelemetry/api";
12+
import { Span, CanonicalCode } from "@opentelemetry/api";
1313
import * as shimmer from "shimmer";
1414
import AWS from "aws-sdk";
1515
import { AttributeNames } from "./enums";

0 commit comments

Comments
 (0)