Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Apr 10, 2024
1 parent 239cd61 commit 6fd2c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/signature-v4/src/SignatureV4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {
} from "@smithy/types";
import { toHex } from "@smithy/util-hex-encoding";
import { normalizeProvider } from "@smithy/util-middleware";
import { escapeUri } from "@smithy/util-uri-escape";
import { fromUtf8, toUint8Array, toUtf8 } from "@smithy/util-utf8";

import {
Expand All @@ -48,7 +49,6 @@ import { hasHeader } from "./headerUtil";
import { moveHeadersToQuery } from "./moveHeadersToQuery";
import { prepareRequest } from "./prepareRequest";
import { iso8601 } from "./utilDate";
import { escapeUri } from "@smithy/util-uri-escape";

export interface SignatureV4Init {
/**
Expand Down

0 comments on commit 6fd2c15

Please sign in to comment.