Skip to content

Commit d9075aa

Browse files
committed
lint private util
1 parent 364b0f0 commit d9075aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

private/util-test/src/test-http-handler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http";
2-
import { Client, RequestHandler, RequestHandlerOutput } from "@smithy/types";
1+
import type { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http";
2+
import type { Client, RequestHandler, RequestHandlerOutput } from "@smithy/types";
33
import { expect } from "vitest";
44

55
/**

0 commit comments

Comments
 (0)