Skip to content

Commit

Permalink
chore: reorder import
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Nov 20, 2023
1 parent 99ed758 commit 1d39983
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// tslint:disable:variable-name
// tslint:disable:max-line-length

import { KeyLike } from "crypto";
import { assert } from "node-opcua-assert";

import { MessageSecurityMode, SignatureData } from "node-opcua-service-secure-channel";
Expand Down Expand Up @@ -34,7 +35,6 @@ import {
} from "node-opcua-crypto";
import { EncryptBufferFunc, SignBufferFunc } from "node-opcua-chunkmanager";
import { make_warningLog } from "node-opcua-debug";
import { KeyLike } from "crypto";

// tslint:disable:no-empty
function errorLog(...args: any[]) {
Expand Down

0 comments on commit 1d39983

Please sign in to comment.