Skip to content

Commit 3bfccbc

Browse files
committed
Removed unused imports
1 parent aecd5bc commit 3bfccbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/event-handler/tests/unit/rest/middleware/compress.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import context from '@aws-lambda-powertools/testing-utils/context';
22
import { Router } from 'src/rest/Router.js';
3-
import type { Middleware } from 'src/types/index.js';
4-
import { beforeEach, describe, expect, it } from 'vitest';
3+
import { describe, expect, it } from 'vitest';
54
import { compress } from '../../../../src/rest/middleware/index.js';
65
import { createSettingHeadersMiddleware, createTestEvent } from '../helpers.js';
76

0 commit comments

Comments
 (0)