Skip to content

Commit 2c0b070

Browse files
committed
chore: remove unused import
1 parent 218ecf1 commit 2c0b070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/logger/tests/e2e/advancedUses.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
TestStack,
55
invokeFunction,
66
} from '@aws-lambda-powertools/testing-utils';
7-
import { afterAll, beforeAll, describe, expect, it, vi } from 'vitest';
7+
import { afterAll, beforeAll, describe, expect, it } from 'vitest';
88
import { LoggerTestNodejsFunction } from '../helpers/resources.js';
99
import {
1010
RESOURCE_NAME_PREFIX,

0 commit comments

Comments
 (0)